Skip to content

Instantly share code, notes, and snippets.

@ryonext
Last active December 15, 2015 00:49
Show Gist options
  • Save ryonext/5175620 to your computer and use it in GitHub Desktop.
Save ryonext/5175620 to your computer and use it in GitHub Desktop.
Install ruby via rbenv with readline
RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline` --with-openssl-dir=`brew --prefix openssl`" rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment