Skip to content

Instantly share code, notes, and snippets.

@lodestone
Created May 19, 2013 09:44
Show Gist options
  • Save lodestone/5607215 to your computer and use it in GitHub Desktop.
Save lodestone/5607215 to your computer and use it in GitHub Desktop.
rbenv install ruby 2.0.0-p195 on Mac OS X 10.8 with openssl installed via brew (works for me)
CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl`" rbenv install 2.0.0-p195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment