[pypy-dev] pypy with virtualenv?

Maciej Fijalkowski fijall at gmail.com
Wed Sep 28 23:41:05 CEST 2011


On Wed, Sep 28, 2011 at 6:02 PM, John Anderson <sontek at gmail.com> wrote:
> I read that this should just work with the latest versions, here is what I'm
> getting:
> sontek at 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 at beast$  pypy --version
> Python 2.7.1 (?, May 02 2011, 19:05:35)
> [PyPy 1.5.0-alpha0 with GCC 4.6.0]
> ~
> sontek at beast$  virtualenv --version
> 1.6.4
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
>

1.5 is an old release of PyPy. Try 1.6?


More information about the pypy-dev mailing list