Skip to content

Instantly share code, notes, and snippets.

@jtadeulopes
Created February 26, 2013 20:13
Show Gist options
  • Save jtadeulopes/5041735 to your computer and use it in GitHub Desktop.
Save jtadeulopes/5041735 to your computer and use it in GitHub Desktop.
Ruby 2.0 with rbenv
# https://github.com/sstephenson/rbenv
#
# I'm using rbenv-build to install ruby
# https://github.com/sstephenson/ruby-build
cd ~/.rbenv/
git pull
cd plugins/ruby-build/
git pull
rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment