Skip to content

Instantly share code, notes, and snippets.

@demofly
Last active August 29, 2015 14:03
Show Gist options
  • Save demofly/0a7c9df480206125778c to your computer and use it in GitHub Desktop.
Save demofly/0a7c9df480206125778c to your computer and use it in GitHub Desktop.
rvm setup
apt-get install curl
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm reload
rvm --default 2.1.2
rvm list
rvm install 2.1.2
rvm list
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment