何らかの理由で、「brew link python」を実行しても、シンボリックリンクではありません。次のエラーが発生し、指示されたとおりに機能しますが、機能しません。私はそれが私に言っていることをやってみましたが、おそらく私はformula_nameを正しく設定していません。また、「どのpython」を実行しても、Homebrew pythonを指していないため、それを修正するための支援が必要です。
Linking /usr/local/Cellar/python/2.7.3...Warning: Could not link python.
Unlinking....
Error: Could not symlink file: /usr/local/Cellar/python/2.7.3/bin/smtpd.py
Target /usr/local/bin/smtpd2.py already exists. You may need to delete it.
To force the link and delete this file, do:
brew link --overwrite formula_name
試しましたか brew link --overwrite python
?