Skip to content

Instantly share code, notes, and snippets.

@ffbit
Created August 3, 2012 19:59
Show Gist options
  • Save ffbit/3250940 to your computer and use it in GitHub Desktop.
Save ffbit/3250940 to your computer and use it in GitHub Desktop.
rvm installation
#!/bin/bash
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
source ~/.bash_profile
rvm pkg install openssl
rvm pkg install zlib
rvm pkg install autoconf
rvm install 1.8.7
rvm install 1.9.2
rvm rubygems latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment