LoginSignup
8
8

More than 5 years have passed since last update.

irbでカーソルキーが使えないとき

Posted at

症状

irbにてカーソルキーを入力すると、ヘンな文字(エスケープシーケンス?)が入力されるだけで、移動や履歴を表示することが出来ない。

対処法

readlineというライブラリを入れ、makeしなおす。

sudo apt-get install libreadline-dev
rbenv uninstall 2.1.2
rbenv install 2.1.2
8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8