Last active
December 15, 2015 00:49
-
-
Save ryonext/5175620 to your computer and use it in GitHub Desktop.
Install ruby via rbenv with readline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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