Created
May 30, 2014 16:24
-
-
Save ideaoforder/9f08cd10d1adde4cb1b2 to your computer and use it in GitHub Desktop.
OS X Ruby 1.9.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install XCode tools | |
https://developer.apple.com/downloads/index.action | |
OR OS X GCC | |
https://github.com/kennethreitz/osx-gcc-installer | |
Install Homebrew | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
brew install git | |
Install JewelryBox (RVM UI) | |
Select Ruby 1.9.3 | |
Somewhere, you may need to specify the C compiler | |
rvm install 1.9.3 --reconfigure --debug -C --enable-pthread --with-gcc=clang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment