no such file to load — readline

前端 未结 6 1576
有刺的猬
有刺的猬 2020-12-01 02:09

I am getting the following error:

$script/console
Loading development environment (Rails 2.2.2)
/opt/ruby-enterprise-1.8.6-20080709/lib/ruby/1.8/irb/completi         


        
6条回答
  •  醉梦人生
    2020-12-01 02:44

    Add the following line to your Gemfile and run bundle update

    gem 'rb-readline'
    

    credits to similar question/answer at install ruby 1.9.3 using rvm on ubuntu

提交回复
热议问题