Using instructions found http://robots.thoughtbot.com/using-rbenv-to-manage-rubies-and-gems and http://dan.carley.co/blog/2012/02/07/rbenv-and-bundler/. Here's how to get started with rbenv on OS X (assuming homebrew is installed):
brew update
brew install rbenv
Add the following lines to .bashrc
: