Problems with the rails console, RVM and readline

前端 未结 7 520
谎友^
谎友^ 2020-12-04 11:40

I\'ve installed rvm as a way of making sure that my local development version of ruby is the same as my server\'s for a particular app i work on (ruby 1.8.7). I\'ve done th

相关标签:
7条回答
  • 2020-12-04 12:14

    I had this problem with Ruby 2.1.3. Upgrading RVM then reinstalling Ruby worked for me:

    rvm get stable
    rvm reinstall 2.1.3
    
    0 讨论(0)
提交回复
热议问题