0
私はMountain Lion Developer Preview 2にアップデートしました。突然、私のpython開発環境はかなり爆発的です。新しいvirtualenvを作成しようとすると、次のようになります。マウンテンライオン開発者プレビュー2のvirtualenvに関する問題
[email protected]:~/Development/Python/_VirtualEnvs$ virtualenv test
New python executable in test/bin/python
ERROR: The executable test/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/System/Library/Frameworks/Python.framework/Versions/2.7' (should be u'/Users/jcroft/Development/Python/_VirtualEnvs/test')
ERROR: virtualenv is not compatible with this system or executable
手がかりはありますか?前もって感謝します!
以前のPythonのバージョンはマウンテンライオンに含まれているものとは異なっていた場合、あなたが最も可能性が高い再びあなたのPythonパッケージを再構築する必要があります。あなたはvirtualenvを再インストールしましたか? – jdi
はい、私は自分のvirtualenvsを削除し、homebrew経由でpythonを再インストールしてから、sudo pip install virtualenv –