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.
我正在使用RVM在 OSX 上管理我的 Ruby 环境,目前它正在解释“1.9.2”ruby-1.9.2-rc2而不是最终版本。如何更新它以使其按预期运行?
ruby-1.9.2-rc2
确保您已使用该rvm update命令更新了 rvm。从那里你可以安装 1.9.2 和rvm install 1.9.2. 它将安装和编译 ruby 1.9.2-p0。从那里,它应该被解释1.9.2为最终版本。我也在 Mac 上,安装 rc2 后这对我有用。
rvm update
rvm install 1.9.2
1.9.2