Created
August 9, 2011 13:11
-
-
Save zts/1134003 to your computer and use it in GitHub Desktop.
Building ruby with readline support on OS X
This file contains hidden or 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
( 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