我可以在ironruby 中运行rubygems 吗?

发布于 2024-07-04 23:22:19 字数 61 浏览 7 评论 0原文

目前是否可以通过预发布的ironruby来运行rubygems? 好像我必须设置一个环境变量才能找到它们?

Is it currently possible with pre release of ironruby to run rubygems? It seems as if I have to set an environment variable to find them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

心房敞 2024-07-11 23:22:19

您已经能够在 IronRuby 下运行 ruby​​gems 有一段时间了。 只需从 codeplex 下载并安装最新的 IronRuby,然后运行 ​​igem 在命令行上


原始答案:

我在该邮件列表中 - 为了节省您的挖掘时间,几周前有人问过这个问题,并且 这就是答案

答案(目前)是否定的,你不能,但似乎不会太远。

PS:听听简短的。 他是 IronRuby 的核心团队成员。 <3

You've been able to run rubygems under IronRuby for quite a while now. Simply download and install the latest IronRuby from codeplex, and run igem on the command line


Original Answer:

I'm on that mailing list - to save you the digging, someone asked this a few weeks ago, and this was the answer

The answer (at this point) is no, you can't, but it doesn't seem like it'll be too far away.

PS: listen to curt. He's on the core team for ironruby. <3

淡写薰衣草的香 2024-07-11 23:22:19

使用 IronRuby 1.0 Alpha 2。您应该能够立即获得 igem.bat。 据 Jim Deville 于 2008 年 11 月 19 日报道

宣布发布 IronRuby 1.0 Alpha 2。您可以在 RubyForge 上下载它 (http:// rubyforge.org/frs/?group_id=4359),我很快就会在 SVN 中拥有一个标签。 显着特点:包含 iirb.bat、igem.bat、irails.bat、irake.bat! 这是我们的第一个独立版本。 两个警告:如果您希望调用者正常工作,请使用 -X:Interpret。 如果您希望 Rubygems 正常工作,请确保所有源代码都以 / 结尾。 您可以签入~/.gemrc

从那时起,我们现在有了每日构建的官方网站。 您可以在 http://www.ironruby.net/Download

之后,
将 GEM_PATH 设置为 \lib\ruby\gems\1.8 目录,例如 c:\ruby\lib\ruby\gems\1.8

c:\> set GEM_PATH=c:\ruby\lib\ruby\gems\1.8

测试

c:\> igem.bat

with IronRuby 1.0 Alpha 2. You should able to get igem.bat out of the box. According to Jim Deville on Nov 19 2008

Announcing the release of IronRuby 1.0 Alpha 2. You can download it on RubyForge (http://rubyforge.org/frs/?group_id=4359), I will have a tag in SVN soon. Notable features: the inclusion of iirb.bat, igem.bat, irails.bat, irake.bat! This is our first standalone release. Two caveats: If you want caller to work correctly, use -X:Interpret. If you want Rubygems to work, ensure that all of your sources end with a /. You can check in ~/.gemrc

Since then, We're now have official site with daily build. You can find at http://www.ironruby.net/Download

After than,
Set GEM_PATH to your \lib\ruby\gems\1.8 directory, e.g. c:\ruby\lib\ruby\gems\1.8

c:\> set GEM_PATH=c:\ruby\lib\ruby\gems\1.8

Test with

c:\> igem.bat
嘿看小鸭子会跑 2024-07-11 23:22:19

如果在使用 ruby​​gems 之前正确设置 ENV['GEM_PATH'],那么 gem 有时会在 IronRuby 下工作。 我现在实际上正在考虑解决这个问题。

另外,这种问题可能更适合 IronRuby 邮件列表,而不是堆栈溢出。

if you set ENV['GEM_PATH'] correctly before using rubygems, then gems will work sometimes under IronRuby. I'm actually looking at fixing this right now.

Also, this kind of question is probably better suited for the IronRuby mailing list than it is for StackOverflow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文