How to get Readline support in IRB using RVM on Ubuntu 11.10

前端 未结 12 1733
北恋
北恋 2020-12-07 14:51

I have tried everything I can think of to get this to work, to no avail so here I am requesting suggestions on how to debug.

Firstly, runnning Ubuntu 11.10

I

12条回答
  •  温柔的废话
    2020-12-07 15:30

    If you are using Bundler then the following might help:

    echo "gem 'rb-readline'" >> Gemfile
    bundle install
    

提交回复
热议问题