Skip to content

Instantly share code, notes, and snippets.

@D3MZ
Created September 25, 2012 03:57
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 D3MZ/3779897 to your computer and use it in GitHub Desktop.
Save D3MZ/3779897 to your computer and use it in GitHub Desktop.
Install RVM / Ruby in Ubuntu
curl -L get.rvm.io | bash -s stable --auto; source /home/ubuntu/.rvm/scripts/rvm
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config #dependencies
rvm install 1.9.3 #or whatever the latest is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment