Comment réparer des pistes pour résoudre Homebrew médecin avertissements

Un autre newbie de la requête. J'ai eu du mal à installer matplotlib pour un projet de Python afin de lecture autour suggéré Homebrew, c'est une solution robuste pour la gestion des paquets et les dépendances.

Cependant quand je lance le Homebrew diagnostics j'ai l'erreur suivante:

$ 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 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:

/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
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:

2to3
2to3-2.7
idle
idle2.7
pydoc
pydoc2.7
python
python-config
python2.7
python2.7-config
pythonw
pythonw2.7
smtpd.py
smtpd2.7.py
tclsh
tclsh8.5
wish
wish8.5

Consider amending your PATH so that /usr/local/bin
occurs before /usr/bin in your PATH.

Je sais que c'est incroyablement simple requête, mais comment puis-je corriger le chemin d'accès?

Plus important, est-Homebrew le paquet actuel de choix? J'ai vu beaucoup d'articles entourant Fink et MacPorts, easy_install et pip que je ne peux pas savoir quelle est la meilleure pratique est.

OriginalL'auteur elksie5000 | 2012-10-12