Skip to content

Instantly share code, notes, and snippets.

@artiom
Created October 1, 2012 22:03
Show Gist options
  • Save artiom/3814750 to your computer and use it in GitHub Desktop.
Save artiom/3814750 to your computer and use it in GitHub Desktop.
osx 10.8 rvm ruby install
brew install libksba
brew tap homebrew/dupes
brew install apple-gcc42
curl -L https://get.rvm.io | bash -s stable
rvm pkg install openssl
rvm pkg install libyaml
rvm pkg install iconv
GCC=/usr/local/bin/gcc-4.2 CC=/usr/local/bin/gcc-4.2 rvm install 1.9.3 --with-gcc=gcc-4.2 --with-openssl-dir=$rvm_path/usr --with-iconv-dir=$rvm_path/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment