Skip to content

Instantly share code, notes, and snippets.

@zakgrant
Created April 22, 2012 18:09
Show Gist options
  • Save zakgrant/2465828 to your computer and use it in GitHub Desktop.
Save zakgrant/2465828 to your computer and use it in GitHub Desktop.
Installing rbenv and ruby-build
brew update
brew install rbenv
brew install ruby-build
gem install rbenv-rehash
gem install bundler
git clone -- git@github.com:carsomyr/rbenv-bundler ~/.rbenv/plugins/bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment