Mac に Enthought Python ディストリビューション バージョン 7.0 をインストールし、次に easy_installed pip をインストールしてから、pip install virtualenv を実行しました。仮想環境を作成しようとすると、次のようになります。
> virtualenv test
New python executable in test/bin/python
ERROR: The executable test/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Library/Frameworks/EPD64.framework/Versions/7.0' (should be '/Users/anand/test')
ERROR: virtualenv is not compatible with this system or executable`
また、test/bin には activate スクリプトが含まれていません。virtualenv を機能させるにはどうすればよいですか?
助けてくれてありがとう!