rails console doesn't load due to libreadline

前端 未结 10 628
心在旅途
心在旅途 2020-12-02 15:12

I have recently reinstalled ruby 2.1.2 like so since I wanted to install a gem (ruby-debug-ide)

sudo rvm reinstall 2.1.2 --disable-binary --with         


        
10条回答
  •  独厮守ぢ
    2020-12-02 15:41

    My ENV: Ruby: 2.2.1, Rails: 4.2.1, macOS Sierra 10.12.4;

    The below command works for me and my colleague:

    ln -s /usr/local/opt/readline/lib/libreadline.7.0.dylib /usr/local/opt/readline/lib/libreadline.6.dylib

提交回复
热议问题