Can't enter Umlauts in Ruby 1.9.3 IRB

后端 未结 4 1715
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 10:02

I am experiencing very strange behavior in Ruby 1.9.3\'s IRB with Mac OS 10.7.3 When I try to enter an Umlaut, it\'s escaped in the prompt and looks like this (I entered

4条回答
  •  再見小時候
    2020-12-31 10:54

    this command solved it for me:

    brew install readline
    RUBY_CONFIGURE_OPTS=--with-readline-dir="$(brew --prefix readline)" rbenv install 1.9.3-p286
    

    source: https://github.com/rbenv/ruby-build/wiki

提交回复
热议问题