2012-03-20 4 views
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 

手がかりはありますか?前もって感謝します!

+0

以前のPythonのバージョンはマウンテンライオンに含まれているものとは異なっていた場合、あなたが最も可能性が高い再びあなたのPythonパッケージを再構築する必要があります。あなたはvirtualenvを再インストールしましたか? – jdi

+0

はい、私は自分のvirtualenvsを削除し、homebrew経由でpythonを再インストールしてから、sudo pip install virtualenv –

答えて

関連する問題