次のコマンドを実行する
virtualenv -p /usr/local/bin/pypy pypy
のようなエラーで終了します
Running virtualenv with interpreter /usr/local/bin/pypy
New pypy executable in pypy/bin/pypy
debug: WARNING: Library path not found, using compiled-in sys.path.
debug: WARNING: 'sys.prefix' will not be set.
debug: WARNING: Make sure the pypy binary is kept inside its tree of files.
debug: WARNING: It is ok to create a symlink to it from somewhere else.
'import site' failed
AttributeError: 'module' object has no attribute 'prefix'
ERROR: The executable pypy/bin/pypy is not functioning
ERROR: It thinks sys.prefix is u'/Users/myname' (should be u'/Users/myname/pypy')
ERROR: virtualenv is not compatible with this system or executable
CPython 2.7.3 で Mac OS X 10.8.1 (Mountain Lion) を実行しており、Brew を使用して pypy 1.9 をインストールしています。virtualenv のバージョンは 1.8.4 です
pypy の Web サイトから直接ダウンロードした Mac OS X 用のビルド済み pypy バイナリを使用しても、違いはありません。