Created
October 11, 2012 03:41
-
-
Save Neomeng/3870015 to your computer and use it in GitHub Desktop.
Proper IRB unicode in Ruby 1.9.3 using RVM
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
| $ rvm get latest | |
| $ rvm pkg install readline | |
| $ rvm install 1.9.3 --with-readline-dir=$rvm_path/usr | |
| P.S. configuring with homebrew readline does not seem to work, so it's rvm pkg all the way. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment