Skip to content

Instantly share code, notes, and snippets.

@psychocandy
Created April 28, 2014 12:56
Show Gist options
  • Save psychocandy/11371123 to your computer and use it in GitHub Desktop.
Save psychocandy/11371123 to your computer and use it in GitHub Desktop.
install ruby on mavericks with Readline 6.3
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