Skip to content

Instantly share code, notes, and snippets.

@dwelch2344
Created October 18, 2013 02:00
Show Gist options
  • Save dwelch2344/7035355 to your computer and use it in GitHub Desktop.
Save dwelch2344/7035355 to your computer and use it in GitHub Desktop.
brew install rbenv ruby-build
echo 'eval "$(rbenv init -)"' >> $HOME/.bash_profile
source ~/.bash_profile
rbenv install 2.0.0-p0
rbenv local 2.0.0-p0
gem install cocoapods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment