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
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``.