Skip to content

Instantly share code, notes, and snippets.

@eegrok
Created March 1, 2012 21:54
Show Gist options
  • Select an option

  • Save eegrok/1953493 to your computer and use it in GitHub Desktop.

Select an option

Save eegrok/1953493 to your computer and use it in GitHub Desktop.
install rvm on new 10.04 install
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