Skip to content

Instantly share code, notes, and snippets.

@chsh
Created May 9, 2014 03:03
Show Gist options
  • Select an option

  • Save chsh/5caa24e83116196cd010 to your computer and use it in GitHub Desktop.

Select an option

Save chsh/5caa24e83116196cd010 to your computer and use it in GitHub Desktop.
Install specific version of ruby using rbenv + ruby_build.
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