Skip to content

Instantly share code, notes, and snippets.

@ideaoforder
Created May 30, 2014 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideaoforder/9f08cd10d1adde4cb1b2 to your computer and use it in GitHub Desktop.
Save ideaoforder/9f08cd10d1adde4cb1b2 to your computer and use it in GitHub Desktop.
OS X Ruby 1.9.3
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