Skip to content

Instantly share code, notes, and snippets.

@zts
Created August 9, 2011 13:11
Show Gist options
  • Save zts/1134003 to your computer and use it in GitHub Desktop.
Save zts/1134003 to your computer and use it in GitHub Desktop.
Building ruby with readline support on OS X
( via http://twitter.com/patrickdebois/status/100915097177833472 )
brew install readline
rvm install 1.9.2 --with-readline-dir=/usr/local/Cellar/readline/6.2.1/
=> irb with CTRL-R reverse history search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment