Mac Mountain Lion でキャノピー 64 ビット バージョン: 1.0.3.1262 を実行しています。easy_install を使用して virtualenv をインストールしました。しかし、コマンドを実行しようとしている間:
virtualenv venv --distribute
次のエラーが表示されます。
Using base prefix '/Applications/Canopy.app/appdata/canopy-1.0.3.1262.macosx-x86_64/Canopy.app/Contents'
New python executable in venv/bin/python
dyld: Library not loaded: @rpath/Python
Referenced from: /Users/xxx/Desktop/untitled folder 2/venv/bin/python
Reason: image not found
ERROR: The executable venv/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/Users/xxx/Desktop/untitled folder 2' (should be u'/Users/xxx/Desktop/untitled folder 2/venv')
ERROR: virtualenv is not compatible with this system or executable
同様の問題があり、解決した人はいますか?貴重なアドバイスをよろしくお願いします。