Skip to content

Instantly share code, notes, and snippets.

@patelc75
Last active December 19, 2015 00:19
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 patelc75/5867858 to your computer and use it in GitHub Desktop.
Save patelc75/5867858 to your computer and use it in GitHub Desktop.
install rvm with brew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew update
brew tap homebrew/dupes
brew install autoconf automake apple-gcc42 tcl libksba
export CC=/usr/local/bin/gcc-4.2
\curl -L https://get.rvm.io | bash
source /Users/patelc75/.rvm/scripts/rvm
rvm pkg install openssl
brew install libtool pkg-config libyaml readline libxml2 libxslt openssl sqlite
rvm install 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment