Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active August 29, 2015 14:09
Show Gist options
  • Save is8r/9780837a0ca526cbe0e7 to your computer and use it in GitHub Desktop.
Save is8r/9780837a0ca526cbe0e7 to your computer and use it in GitHub Desktop.
rbenvをアップデートして新しいのを入れる
$ sudo brew update
$ brew upgrade --HEAD ruby-build
$ rbenv install --list
$ rbenv install xxx
$ rbenv global xxx
or
$ rbenv local xxx
$ rbenv exec gem install bundler
$ rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment