[pypy-dev] pypy with virtualenv?

Armin Rigo arigo at tunes.org
Fri Sep 30 19:02:32 CEST 2011


Hi,

On Thu, Sep 29, 2011 at 03:16, John Anderson <sontek at gmail.com> wrote:
> sontek at beast$  pypy --version
> Python 2.7.1 (?, Sep 12 2011, 23:40:42)
> [PyPy 1.6.0 with GCC 4.6.0]

Try running just "pypy" and see if it prints the following warning lines:

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.

If it does, well, follow the recommendation.  If it doesn't, then
likely, something is again broken in the interaction of virtualenv and
pypy.  Antonio, do you know if virtualenv 1.6.4 is supposed to work
with pypy?


A bientôt,

Armin.


More information about the pypy-dev mailing list