Brew error: Could not symlink, path is not writable

后端 未结 5 497
醉梦人生
醉梦人生 2021-01-30 02:19

When I try to install a library with homebrew (brew install aLibrary), I got the following error:

Could not symlink lib/pkgconfig/a         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 03:00

    Use the following.

    $ brew doctor
    

    message will display error links to prune. If any found, run next option.

    $ brew prune
    

    once these are removed, proceed to link them agian

    $ brew link python
    

提交回复
热议问题