Created
October 16, 2012 17:16
-
-
Save doctyper/3900651 to your computer and use it in GitHub Desktop.
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
brew update | |
brew install rbenv | |
brew install ruby-build | |
echo 'eval "$(rbenv init -)"' >> ~/.profile | |
exec $SHELL | |
rbenv install 1.9.3-rc1 | |
rbenv rehash | |
rbenv global 1.9.3-rc1 | |
exec $SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment