Skip to content

Instantly share code, notes, and snippets.

@charles-hollenbeck
Created January 28, 2014 07:08
Show Gist options
  • Save charles-hollenbeck/8663405 to your computer and use it in GitHub Desktop.
Save charles-hollenbeck/8663405 to your computer and use it in GitHub Desktop.
Setup Ruby via rvm with bundler.
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.0.0
rvm use 2.0.0
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment