Skip to content

Instantly share code, notes, and snippets.

@foo9
Created November 13, 2011 08:46
Show Gist options
  • Save foo9/1361846 to your computer and use it in GitHub Desktop.
Save foo9/1361846 to your computer and use it in GitHub Desktop.
$ bash < <(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
$ brew install libiconv
$ rvm install 1.9.2 --with-iconv-dir=/usr/local/Cellar/libiconv/1.14/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment