Skip to content

Instantly share code, notes, and snippets.

@frodoslaw
Last active March 27, 2018 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frodoslaw/0574f2d73aecb649d87f67321a59954d to your computer and use it in GitHub Desktop.
Save frodoslaw/0574f2d73aecb649d87f67321a59954d to your computer and use it in GitHub Desktop.
Install RVM on Ubuntu 16.04 Xenial
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm list known
rvm install 2.1.8
rvm use 2.1.8 --default
ruby -v
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment