Skip to content

Instantly share code, notes, and snippets.

@milancermak
Created December 15, 2012 14:23
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 milancermak/4295532 to your computer and use it in GitHub Desktop.
Save milancermak/4295532 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.2 on OS X 10.8
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 1.9.2 --reconfigure --debug -C --enable-pthread --with-gcc=clang
# ruby --version
# ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin12.2.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment