Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib

后端 未结 11 1605
时光取名叫无心
时光取名叫无心 2021-01-30 01:57

When I try running rails console I get this error:

/Users/TuzsNewMacBook/.rvm/gems/ruby-2.3.7/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_         


        
11条回答
  •  [愿得一人]
    2021-01-30 02:26

    Yes, the best answer is to reinstall.

    You can get the version easily by typing:

    ruby -v
    

    With rbenv, the command is i.e.:

    rbenv install 2.3.7
    

    with rvm:

    rvm reinstall 2.3.7
    

提交回复
热议问题