无法使用 rvm 将 ruby 版本从 1.8.7 更新到 1.9.2
我是 ruby 编程新手,想要将 ruby 从 1.8.7 更新到 1.9.2。我已经遵循了来自不同来源的一些步骤,但无法获得所需的结果,
当我触发 #ruby -v 后,下面给出了步骤顺序
#apt-get install ruby-rvm
#rvm remove 1.8.7
#rvm install 1.9.2
#rvm use 1.9.2
Using /usr/share/ruby-rvm/gems/ruby-1.9.2-p290
,然后它也给出了如下结果,
#ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]
请指导我具体的解决方案 我正在使用 ubuntu 11.10 测试版
I am new to ruby programming and want to update ruby from 1.8.7 to 1.9.2. I have followed some steps from different sources but not able to get required result
the sequence of steps are given below
#apt-get install ruby-rvm
#rvm remove 1.8.7
#rvm install 1.9.2
#rvm use 1.9.2
Using /usr/share/ruby-rvm/gems/ruby-1.9.2-p290
after that when i fire #ruby -v, then also it gives the result as given below
#ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]
Please guide me with specific solution
I am using ubuntu 11.10 beta
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您安装了两个 rvm,其中一个已损坏,请使用以下答案:使用 RVM 安装了 Ruby 1.9.3,但命令行不显示红宝石-v
you have two installations of rvm, and one of them is broken, please use this answer: Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v