Mac OSX 上的 Ruby 安装失败 - 请帮忙!
我对 Mac OS X 上的 ruby 感到非常沮丧。我尝试过 RVM 和 ruby 的常规安装,但似乎没有什么可以让它正常工作。使用 RVM,rails 会向我抛出错误,并且通过常规安装 ruby 1.9.2-p180,随着时间的推移,我的计算机会以某种方式恢复到 ruby 1.8.7。有人可以帮忙吗?有关如何从干净的状态重置我的 ruby 安装的详细说明将非常有帮助。
非常感谢!
I am extremely frustrated with ruby on Mac OS X. I have tried RVM and regular installations of ruby, and nothing seems to get it to work well. With RVM, rails throws errors at me, and with a regular installation of ruby 1.9.2-p180, somehow my computer reverts back to ruby 1.8.7 over time. Can someone please help? A detailed instruction on how to just reset my ruby installation from a clean slate would be very helpful.
Thanks so much in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我正在使用 macports 来满足我的所有需求:
所有内容都将安装到 /opt - 因此不会干扰您的标准系统二进制文件。
请注意,所有内容都会编译 - 并且需要很长时间。
I'm using macports for all my needs:
everything will install into /opt - so does not interfere with your standard system binaries.
Note, than everything will compile - and take a long time.
rvm --default use 1.9.2
这已在此处多次介绍。简单的搜索就会发现很多问题。
看:
安装 RVM(Ruby 版本管理器)
和
我使用 RVM 安装了 ruby 1.9.2,但是当我输入“ruby -v”时,告诉我 ruby vi 的版本是 1.8.7 (mac)
rvm --default use 1.9.2
This has been covered multiple times here. A simple search will find many questions.
See:
Installing RVM (Ruby Version Manager)
and
i installed ruby 1.9.2 with RVM, but when i type "ruby -v" is telling me the ruby v i have is 1.8.7 (mac)