Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created June 24, 2016 16:50
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 jpotts18/1197417211a1a2204b0672ee1475dea6 to your computer and use it in GitHub Desktop.
Save jpotts18/1197417211a1a2204b0672ee1475dea6 to your computer and use it in GitHub Desktop.
brew install rbenv ruby-build
echo 'export PATH=$HOME/.rbenv/bin:$PATH
echo 'eval "$(rbenv init -)"' >> .zshrc
source .zshrc
rbenv install -l
rbenv install x.x.x
rbenv rehash
gem update --system
gem install rubygems-update
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment