Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib (LoadError)

前端 未结 8 857
囚心锁ツ
囚心锁ツ 2021-01-31 01:03

I try to run my rails c but for some reason, I get this error:

https://gist.github.com/anonymous/166713e8cde860fb188a8dffb98a1563

ᐅ rails c
         


        
8条回答
  •  萌比男神i
    2021-01-31 01:32

    In my case readline was installed but not linked after a MacOS migration. This command fixed it:

    brew link --force readline
    

提交回复
热议问题