Created
October 29, 2012 13:31
-
-
Save venables/3973553 to your computer and use it in GitHub Desktop.
Switch from rvm to rbenv
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 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