New issue 2927: "pip install --user" wrong directory on pypy3
https://bitbucket.org/pypy/pypy/issues/2927/pip-install-user-wrong-directory-on-pypy3

Armin Rigo:

>From an old pypy-dev mail by Neal Becker.

If I do:

``pypy3 -m pip install --user six --verbose``

then I see it goes to ``/home/arigo/.local/lib/python3.5/site-packages``, which 
is the same directory as CPython 3.5.  That's bogus, and also different from if 
I do the same on PyPy2---then it correctly goes to 
``/home/arigo/.local/lib/pypy2.7/site-packages``.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to