Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我升级到 Ruby 2.0,但是当我在我的项目目录中时,输入rvm use 2.0后跟rvm list显示 2.0 被选中,但我的.ruby-version文件没有改变。这应该是这种情况,我应该手动编辑文件,还是我错过了什么?
rvm use 2.0
rvm list
.ruby-version
您应该手动编辑它。当您cd进入带有 .ruby-version 的目录时,rvm 将自动使用其中定义的版本。因此rvm use 2.0,只需编辑您的 .ruby 版本,RVM 就会自动为您切换。
cd
好吧,如果您使用rvm use 2.0它来影响系统范围。但.ruby-version它的项目范围,它不会更新运行这个命令。
因此,您需要手动更新它。