Created
January 10, 2012 20:01
-
-
Save justinwiley/1590854 to your computer and use it in GitHub Desktop.
Installing pre-requisites for successful rvm install under Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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