Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Created November 22, 2013 19:25
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 mmasashi/7605409 to your computer and use it in GitHub Desktop.
Save mmasashi/7605409 to your computer and use it in GitHub Desktop.
How to install ruby with rvm on Ubuntu. (ubuntu-12.04.3-server-amd64)
sudo apt-get update
sudo apt-get install curl
curl -L https://get.rvm.io | bash -s stable
# source ~/.rvm/scripts/rvm
source /etc/profile.d/rvm.sh
rvm requirements
rvm install ruby
rvm use ruby --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment