已使用 RVM 成功安装 Ruby 1.9.2,但现在恢复到 1.8.7
注意:我在 OSX 10.6.6 上
使用 RVM 成功安装了 1.9.2。这样做之后,我运行了 rvm --default use 1.9.2,它似乎也工作正常。运行 Ruby -v 命令,果然 1.9.2 出现了。
现在,我关闭了终端会话并打开了一个新的终端会话,运行 ruby -v,它恢复到 1.8.7
我删除了 rvm,重复安装,然后发生了同样的事情。
有什么想法吗?
谢谢
Note: Im on OSX 10.6.6
I successfully installed 1.9.2 using RVM. After doing so I ran rvm --default use 1.9.2, which also appeared to work fine. Ran Ruby -v command and sure enough 1.9.2 appeared.
Now, I closed my terminal session and opened a new one, ran ruby -v and it reverted back to 1.8.7
I removed rvm, repeated the install and the same thing happens.
Any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将以下内容添加到 ~/.bash_profile 文件中,以确保 RVM 在终端会话中正确加载:
You need to add the following to your ~/.bash_profile file to ensure that RVM is loaded properly in a terminal session: