Skip to content

Instantly share code, notes, and snippets.

@czj
Created August 17, 2016 08:28
Show Gist options
  • Save czj/3716c0033865452c3d5b4903929c5f6d to your computer and use it in GitHub Desktop.
Save czj/3716c0033865452c3d5b4903929c5f6d to your computer and use it in GitHub Desktop.
Massive rbenv + ruby-build upgrade/install latest ruby
cd ~/.rbenv && git checkout master && git fetch --all --prune && git pull && git gc --aggressive && cd plugins/ruby-build/ && git pull && git gc --aggressive && cd && TMPDIR="$HOME/tmp" rbenv install 2.3.1 && rbenv global 2.3.1 && gem install bundler eye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment