brewをインストールしようとしていますが、次の警告が表示されます。
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.
パスを修正する方法がわかりません。このスタックオーバーフローの投稿(http://stackoverflow.com/questions/8886114/using-brew-with-ruby-1-9-2)からいくつかのファイルを調査しましたが、編集するレレバンパスが見つかりません。私が持っている唯一のファイルは、現在のように見える/ etc / profileファイルです。
# 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
pythonをアンインストールしてからhomebrewで再インストールしたかったのですが、一度に多くのものを壊すことに少し緊張しています。
パスを修正する簡単な方法はありますか?.bash_profileファイルを作成する必要がありますか?事前にご協力いただきありがとうございます。