Skip to content

Instantly share code, notes, and snippets.

@mistersourcerer
Last active December 18, 2015 01:08
Show Gist options
  • Save mistersourcerer/5701662 to your computer and use it in GitHub Desktop.
Save mistersourcerer/5701662 to your computer and use it in GitHub Desktop.
rbenv + ruby 2
CC=/usr/local/bin/gcc RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline` --with-openssl-dir=`brew --prefix openssl`" rbenv install 1.9.3-p429
RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline` --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