Created
May 30, 2014 14:40
-
-
Save olly/b983f5deb9b0e98b1181 to your computer and use it in GitHub Desktop.
Install ruby 2.0.0-p451 on rbenv. Ruby doesn't compile with readline v6.3+, install a lower version with homebrew and point ruby to use it.
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="/usr/local/Cellar/readline/6.2.4" rbenv install 2.0.0-p451 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment