Skip to content

Instantly share code, notes, and snippets.

@ishtaka
Last active June 10, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishtaka/deeb717d0649106cc8beaa6cc5349a6a to your computer and use it in GitHub Desktop.
Save ishtaka/deeb717d0649106cc8beaa6cc5349a6a to your computer and use it in GitHub Desktop.
[Ruby]環境構築
# install rbenv via anyenv
anyenv install rbenv
# install ruby via rbenv
rbenv install $(rbenv install -l | grep -v - | tail -1)
rbenv rehash
#rbenv global $(rbenv install -l | grep -v - | tail -1)
# install bundler
gem install bundler
# install rbenv-gemset
git clone git://github.com/jf/rbenv-gemset.git $(rbenv root)/plugins/rbenv-gemset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment