Created
December 15, 2012 14:23
-
-
Save milancermak/4295532 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.2 on OS X 10.8
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
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