python throught homebrewをインストールしようとするとエラーが発生しました。どのようにすることができます。..Homebrew、pythonのインストール
The drwxrwxrwx 26 root admin 884 26 Oct 16:03 bin
そしてsmtpd2.pyれる存在:
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/smtpd2.py
/usr/local/bin/smtpd2.py may already exist.
/usr/local/bin may not be writable.
のls -laの/ usr/binとビン権:BREWは、ここに出力され、それのpythonをリンクすることができなかったものを言います修理する? smtpd2.pyを削除しますか?
あなた/ could/'sudo rm -rf smtpd2'。しかし、ここではより大きな疑問があります。なぜあなたは自作を使ってPythonをインストールしていますか?なぜ[python downloads page](http://python.org/download/)から直接ダウンロードするだけではないのですか? – inspectorG4dget
私はpythonだけでなく、homebrewをインストールします。メインパッケージマネージャーとしてmacportsの代わりにhomebrewを使用したいだけです。 –
'brew install python --universal --framework'、私はこのコマンドを使ってインストールしました。 – iMom0