Created
March 1, 2012 21:54
-
-
Save eegrok/1953493 to your computer and use it in GitHub Desktop.
install rvm on new 10.04 install
This file contains hidden or 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
| sudo apt-get install ruby | |
| sudo apt-get install curl git-core bison build-essential zlib1g-dev libssl-dev libreadline6-dev libxml2-dev autoconf libxslt1-dev libpq-dev postgresql --fix-missing | |
| bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) | |
| #fix your bashrc | |
| # put the following line at the end of your .bashrc | |
| [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment