Created
May 9, 2014 03:03
-
-
Save chsh/5caa24e83116196cd010 to your computer and use it in GitHub Desktop.
Install specific version of ruby using rbenv + ruby_build.
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
| ruby_version=2.1.2 | |
| git --git-dir=$HOME/.rbenv/plugins/ruby-build/.git pull | |
| rbenv install $ruby_version | |
| rbenv shell $ruby_version | |
| gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment