12
何らかの理由で `brew link python 'を実行してもシンボリックリンクはありません。私は次のエラーが発生していると私はそれが私に言うものを行うが、それは動作していません。私はそれが私に言いたいことをやってみたが、おそらく私はformula_nameの権利を入れていないだろう。また、私は 'which python'を実行すると、Homebrew 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
ありがとうございました。 – Jennifer
これは私のために働いた。この問題は、以前のpythonのインストールのために起こりますか? – algorithmicCoder
おそらく、そうです。 Pythonを手動でインストールした場合、Homebrewは何かを破壊する前に知って警告するほどスマートです。 –