Re: [pypy-dev] Change how a pypy executable finds its lib-python/lib_pypy directories?

2016-09-24 Thread Philip Jenvey
Does this have any effect on virtualenvs? virtualenv symlinks libpypy-c.so and _pypy_init_home returns its location realpath()’d.. -- Philip Jenvey > On Sep 24, 2016, at 1:52 PM, Armin Rigo wrote: > > Hi all, > > Now PyPy looks for lib-python/lib_pypy starting from the (real) > location of i

Re: [pypy-dev] Change how a pypy executable finds its lib-python/lib_pypy directories?

2016-09-24 Thread Armin Rigo
Hi all, Now PyPy looks for lib-python/lib_pypy starting from the (real) location of its ``libpypy-c.so``, no longer from the ``pypy`` executable. Linux distribution packagers, take note! At a minimum, the ``libpypy-c.so`` must really be inside the path containing ``lib-python`` and ``lib_pypy``.