> brew doctor
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse.pc
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
git
git-cvsserver
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile
似乎得到了这些警告。如何删除fuse.pc.通过'rm'?我真的需要删除吗?
答案 0 :(得分:0)
您无需删除任何内容。如果您遇到其他问题,这只是建议。
那就是说,如果你不知道为什么或如何安装这个保险丝包,你可能会删除它。但是如果某些东西正在使用它,那么可能不会。这取决于你。