Skip to content

Instantly share code, notes, and snippets.

@huobazi
Forked from javiervidal/rvm_install_ubuntu.sh
Created May 16, 2011 03:11
Show Gist options
  • Save huobazi/973862 to your computer and use it in GitHub Desktop.
Save huobazi/973862 to your computer and use it in GitHub Desktop.
rvm install ubuntu
sudo apt-get install build-essential
sudo apt-get install curl
sudo apt-get install zlib1g-dev libreadline5-dev libssl-dev libxml2-dev
sudo apt-get install ruby1.8 rubygems1.8
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment