Skip to content

Instantly share code, notes, and snippets.

@cheesepaulo
Created March 25, 2017 01:47
Show Gist options
  • Save cheesepaulo/1c58b8a434c15b8b56bf871707d1b7d1 to your computer and use it in GitHub Desktop.
Save cheesepaulo/1c58b8a434c15b8b56bf871707d1b7d1 to your computer and use it in GitHub Desktop.
Installing Ruby With RVM
curl -L https://get.rvm.io | bash -s stable --ruby
rvm install 1.9.3
rvm use 1.9.3
rvm rubygems latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment