Skip to content

Instantly share code, notes, and snippets.

@seiji
Created March 7, 2012 06:30
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 seiji/1991442 to your computer and use it in GitHub Desktop.
Save seiji/1991442 to your computer and use it in GitHub Desktop.
mv ~/.rvm ~/.rvm_org
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
rvm reload
rvm pkg install readline
rvm pkg install openssl
rvm pkg install zlib
rvm pkg install iconv
rvm install ruby-1.9.3 --with-openssl-dir=~$HOME/.rvm/usr --with-iconv-dir=$HOME/.rvm/usr
rvm install macruby-head # this may take a while
rvm --default use 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment