Skip to content

Instantly share code, notes, and snippets.

@Neomeng
Created October 11, 2012 03:41
Show Gist options
  • Select an option

  • Save Neomeng/3870015 to your computer and use it in GitHub Desktop.

Select an option

Save Neomeng/3870015 to your computer and use it in GitHub Desktop.
Proper IRB unicode in Ruby 1.9.3 using RVM
$ 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