Created
April 28, 2014 12:56
-
-
Save psychocandy/11371123 to your computer and use it in GitHub Desktop.
install ruby on mavericks with Readline 6.3
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
brew uninstall readline | |
cd /usr/local/ | |
git checkout 0181c8a Library/Formula/readline.rb | |
brew install readline | |
RUBY_CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" ruby-install ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment