How to use RVM to install Ruby 1.9.3 when Xcode 4.3.2 is installed and gcc is missing?

拜拜、爱过 提交于 2019-12-03 15:58:51

To install 1.9.2 or lower you need to follow the instructions in this blog post. It outlines how it get a copy of GCC which does not conflict with Xcode but can be used to build Ruby.

Xcode 4.3, Homebrew and Ruby.

You cannot install the osx-gcc-installer as it will conflict with Xcode 4.3.2, overwriting the working versions of llvm-gcc and clang.

install osx-gcc-installer

use latest ruby:

rvm install ruby

it will be 1.9.3-p125 as it's latest ruby

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!