Created
November 19, 2014 10:35
-
-
Save vinc/5c228f881430048b114a 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
RUBY_BUILD_REPO="https://github.com/sstephenson/ruby-build.git" | |
RUBY_BUILD_PATH="$(rbenv root)/plugins/ruby-build" | |
git clone $RUBY_BUILD_REPO $RUBY_BUILD_PATH | |
rbenv install 2.1.5 | |
rbenv global 2.1.5 | |
rbenv rehash | |
gem install bundler pry rails | |
rbenv rehash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment