开发者

How do I make the "1.9.2" Ruby string point to the final release with RVM?

I'm using RVM to manage my Ruby environment on OSX, and currently it's interpreting '1.9.2' as ruby-1.9.2-rc2 instead of the final release. How c开发者_如何学运维an I update this to make it behave as expected?


Make sure you've updated rvm with the rvm update command. From there you can install 1.9.2 with rvm install 1.9.2. It'll install and compile ruby 1.9.2-p0. From there, it should interpret 1.9.2 as the final release. I'm also on a mac, and this worked for me after having rc2 installed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜