Skip to content

Instantly share code, notes, and snippets.

@hatemogi
Last active December 10, 2015 06:38
Show Gist options
  • Save hatemogi/4395442 to your computer and use it in GitHub Desktop.
Save hatemogi/4395442 to your computer and use it in GitHub Desktop.
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile
echo 'eval "$(rbenv init -)"' >> ~/.profile
# https://github.com/sstephenson/ruby-build/tree/master/share/ruby-build
# rbenv install 1.9.3-p374
# rbenv install jruby-1.7.3
rbenv install 2.0.0-p0
rbenv global 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment