Well, when I run rvm install 1.9.2. It tells me to issue rvm reinstall 1.9.2
. Though, when I do so, I get 1.8.7 reinstalled. 1.8.7 is the only interpreter listed by rvm list
.
好吧,当我运行rvm install 1.9.2时。它告诉我发出rvm重新安装1.9.2。虽然,当我这样做时,我重新安装1.8.7。 1.8.7是rvm list列出的唯一解释器。
The O.S. is Ubuntu without rvm-ruby installed. Rvm is at its latest version.
O.S.是不安装rvm-ruby的Ubuntu。 Rvm是最新版本。
Any suggestion on how to fix this?
有关如何解决此问题的任何建议?
1 个解决方案
#1
3
I fixed this by removing the .rvmrc file from my home directory and then issuing rvm install 1.9.2
.
我通过从我的主目录中删除.rvmrc文件然后发出rvm install 1.9.2来修复此问题。
#1
3
I fixed this by removing the .rvmrc file from my home directory and then issuing rvm install 1.9.2
.
我通过从我的主目录中删除.rvmrc文件然后发出rvm install 1.9.2来修复此问题。