0
> 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”?我真的需要删除它吗?

4

1 回答 1

0

你不需要删除任何东西。这只是建议,以防您遇到其他问题。

也就是说,如果您不知道为什么或如何安装此保险丝包,您可以将其删除。但如果有东西在使用它,那么可能不会。这取决于你。

于 2013-12-06T14:38:00.843 回答