Skip to content

Instantly share code, notes, and snippets.

@vinc
Created November 19, 2014 10:35
Show Gist options
  • Save vinc/5c228f881430048b114a to your computer and use it in GitHub Desktop.
Save vinc/5c228f881430048b114a to your computer and use it in GitHub Desktop.
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