Skip to content

Instantly share code, notes, and snippets.

@justinwiley
Created January 10, 2012 20:01
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 justinwiley/1590854 to your computer and use it in GitHub Desktop.
Save justinwiley/1590854 to your computer and use it in GitHub Desktop.
Installing pre-requisites for successful rvm install under Ubuntu
# without having to resort to local rvm package install
sudo apt-get install build-essential zlib1g-dev libssl-dev libreadline6-dev libxml2-dev libsqlite3-dev libcurl4-openssl-dev;
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer );
rvm install ruby-1.9.3-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment