This was working fine until a Mac OS update. I reinstalled RVM, rails, ruby, everything. Nothing works so far.
In my Mac Terminal, I can produce a é
, but once in console, I can produce the character, with alt + character
, and then when I type the letter that character is assigned to, it deletes the character.
In my ~/.rvmrc
:
export ruby_configure_flags="--with-readline-dir=/usr/local/Cellar/readline/6.2.4"
Any ideas?
I've gotten it to work so far by explicitly including readline-rb.. I guess my global require isn't working..
gem 'rb-readline', '~> 0.4.2'