Installing Ruby - RVM - Mac OSX Mountain Lion

蹲街弑〆低调 提交于 2019-12-06 12:43:10

You need to update Command Line Tools to latest version, also for ruby 1.9.3 it is still preferred to use gcc-4.2 for compilation.

Also make sure you update RVM before trying again:

rvm get head
rvm install 1.9.2

Finally, Ruby 2.0.0 should be compatible with 1.9.3 and you should update.

I ran into similar issues trying to install Ruby on Rails on Lion a month ago. In the end, I used an installer. If using an installer is a viable option for you, check out the Rails Installer.

try to use this it will install all

   wget --no-check-certificate https://raw.github.com/joshfng/railsready/master/railsready.sh && bash railsready.sh
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!