Skip to content

Instantly share code, notes, and snippets.

@ddneat
Last active August 29, 2015 13:59
Show Gist options
  • Save ddneat/10887863 to your computer and use it in GitHub Desktop.
Save ddneat/10887863 to your computer and use it in GitHub Desktop.
Installing Ruby on Rails on Ubuntu with RVM
sudo apt-get update
sudo apt-get install curl
\curl -L https://get.rvm.io | bash -s stable
# restart bash
rvm requirements
rvm install ruby
rvm rubygems current
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment