J'essaie d'installer brew mais je reçois l'avertissement suivant :
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
Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.
Je n'ai aucune idée de la façon de modifier le chemin. J'ai exploré plusieurs fichiers à partir de ce post de stack overflow (http://stackoverflow.com/questions/8886114/using-brew-with-ruby-1-9-2), mais je n'arrive pas à trouver un chemin pertinent à modifier. Le seul fichier que j'ai et qui existe est mon fichier /etc/profile qui ressemble actuellement à ceci :
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/local/bin:${PATH}"
export PATH
Je voulais simplement désinstaller Python puis le réinstaller via homebrew, mais j'ai un peu peur de casser trop de choses à la fois.
Existe-t-il un moyen simple de modifier le chemin ? Dois-je créer un fichier .bash_profile ? Merci d'avance pour toute aide.