Skip to content

Instantly share code, notes, and snippets.

@venables
Created October 29, 2012 13:31
Show Gist options
  • Select an option

  • Save venables/3973553 to your computer and use it in GitHub Desktop.

Select an option

Save venables/3973553 to your computer and use it in GitHub Desktop.
Switch from rvm to rbenv
brew doctor
brew update
rvm implode
brew install rbenv
brew install ruby-build
echo "if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi" > ~/.zshrc
source ~/.zshrc
rbenv install 1.9.3-p286
rbenv rehash
rbenv global 1.9.3-p286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment