Path 如何解决此与conda相关的brew doctor错误?

Path 如何解决此与conda相关的brew doctor错误?,path,homebrew,conda,zsh,Path,Homebrew,Conda,Zsh,我已经读过一些与错误相关的文章,尽管我对根据我所看到的和所看到的进行更改有些不安,主要是因为我害怕破坏东西 我使用conda来管理Mac电脑上的环境,但conda forge等电脑上没有一些软件包,这就是我不得不使用自制软件的原因 运行brew doctor时,即使在brew更新之后,也会出现以下错误。如果重要的话,我正在运行zsh,下面是我的$PATH。任何帮助都将不胜感激 echo $PATH |tr : '\n' /usr/local/anaconda3/bin /usr/local/a

我已经读过一些与错误相关的文章,尽管我对根据我所看到的和所看到的进行更改有些不安,主要是因为我害怕破坏东西

我使用conda来管理Mac电脑上的环境,但conda forge等电脑上没有一些软件包,这就是我不得不使用自制软件的原因

运行
brew doctor
时,即使在
brew更新之后,也会出现以下错误。如果重要的话,我正在运行zsh,下面是我的$PATH。任何帮助都将不胜感激

echo $PATH |tr : '\n' 
/usr/local/anaconda3/bin
/usr/local/anaconda3/condabin
/usr/local/anaconda3/bin
/usr/local/anaconda3/bin
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
以下是
brew doctor
产生的结果:

Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and which additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew-provided
script of the same name. We found the following "config" scripts:
  /usr/local/anaconda3/bin/icu-config
  /usr/local/anaconda3/bin/krb5-config
  /usr/local/anaconda3/bin/freetype-config
  /usr/local/anaconda3/bin/xslt-config
  /usr/local/anaconda3/bin/libpng16-config
  /usr/local/anaconda3/bin/python3.7-config
  /usr/local/anaconda3/bin/libpng-config
  /usr/local/anaconda3/bin/xml2-config
  /usr/local/anaconda3/bin/python3.7m-config
  /usr/local/anaconda3/bin/python3-config
  /usr/local/anaconda3/bin/curl-config
  /usr/local/anaconda3/bin/ncursesw6-config
  /usr/local/anaconda3/bin/pcre-config
  /usr/local/anaconda3/bin/nspr-config
  /usr/local/anaconda3/bin/ncurses6-config
  /usr/local/anaconda3/bin/nss-config

这些信息完全正常。到目前为止,他们还没有给我带来任何问题。我建议你忽略它们<代码>brew doctor
与其说是环境中的紧急问题,不如说是一个冗长的日志