Can exceptions be made for brew doctor warning messages?

1

Everything works correctly in my system and I would like to know if there is any way to make an exception for brew doctor to ignore the warning that generates me, and next time I will not show it, I have brew and mini-probe installed but I do not generate no mistake having it that's why I want to create an exception for the brew doctor warning because it's annoying ... or what do you recommend doing?

bomberMan ~ $ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

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 what 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:
    /Users/AndyMC/miniconda2/bin/python-config
    /Users/AndyMC/miniconda2/bin/python2-config
    /Users/AndyMC/miniconda2/bin/python2.7-config
    
asked by Andrés Muñoz 29.08.2016 в 01:44
source

0 answers