Skip to content

Instantly share code, notes, and snippets.

@aergonaut
Created January 4, 2013 19:34
Show Gist options
  • Save aergonaut/4455253 to your computer and use it in GitHub Desktop.
Save aergonaut/4455253 to your computer and use it in GitHub Desktop.
ruby 1.9.3 install incantation with homebrew & rbenv - patches old OS X openssl lib - includes readline
brew update
brew install openssl readline
CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline`" rbenv install 1.9.3-p362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment