Skip to content

Instantly share code, notes, and snippets.

@doctyper
Created October 16, 2012 17:16
Show Gist options
  • Save doctyper/3900651 to your computer and use it in GitHub Desktop.
Save doctyper/3900651 to your computer and use it in GitHub Desktop.
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