Created
June 24, 2016 16:50
-
-
Save jpotts18/1197417211a1a2204b0672ee1475dea6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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