开发者

How to upgrade from Ruby 1.9.2p0 to ruby 1.9.2p180 without rvm?

I have searching around for upgrading ruby 1.9.2p0 to ruby 1.9.2p180 as I got some compatibility issues in my application. I searched on web and studied but am unable to do it. I know that this has already been discussed a lot, but still I'm unable to figure it out. Also I don't want to use rvm. So looking for fast开发者_高级运维 responses with simple ways to upgrade ruby 1.9.2p180.


Just go to the ruby site, and download it. Extract it, cd to the extracted directory, then do as usual:

./configure
make
sudo make install


Either look for another universe that has a more recent package or install from source.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜