On Wed, Sep 28, 2011 at 6:02 PM, John Anderson <son...@gmail.com> wrote: > I read that this should just work with the latest versions, here is what I'm > getting: > sontek@beast$ virtualenv --python=pypy ~/code/pypyenv > Running virtualenv with interpreter /usr/bin/pypy > New pypy executable in /home/sontek/code/pypyenv/bin/pypy > ERROR: The executable /home/sontek/code/pypyenv/bin/pypy is not functioning > ERROR: It thinks sys.prefix is u'/usr/lib64/pypy-1.5' (should be > '/home/sontek/code/pypyenv') > ERROR: virtualenv is not compatible with this system or executable > sontek@beast$ pypy --version > Python 2.7.1 (?, May 02 2011, 19:05:35) > [PyPy 1.5.0-alpha0 with GCC 4.6.0] > ~ > sontek@beast$ virtualenv --version > 1.6.4 > > _______________________________________________ > pypy-dev mailing list > pypy-dev@python.org > http://mail.python.org/mailman/listinfo/pypy-dev > >
1.5 is an old release of PyPy. Try 1.6? _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev