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

后端 未结 22 1806
闹比i
闹比i 2020-12-02 06:30

I just installed posgresql with homebrew and when I go on to type the command

psql

I get the following error:

dyld: Library         


        
22条回答
  •  不思量自难忘°
    2020-12-02 06:55

    In my case the correct answer did not fix the problem.

    The problem started after running brew doctor and adding export PATH="/usr/local/bin:$PATH" to my ~/.zshrc file.

    Removing

    export PATH="/usr/local/bin:$PATH" 
    

    from ~/.zshrc got it solved.

提交回复
热议问题