New issue 2761: Bad user site directory for Pypy3 https://bitbucket.org/pypy/pypy/issues/2761/bad-user-site-directory-for-pypy3
pv: On pypy3-5.10.1: ``` >>> import site; print(site.USER_SITE) /home/pauli/.local/lib/python3.5/site-packages ``` which is the same directory as what CPython uses, which causes clashes with binary extensions etc. Whereas, pypy2-5.10.0 says ``` /home/pauli/.local/lib/pypy2.7/site-packages ``` Pypy3 probably should follow the behavior of pypy2 and not use the same user site-packages directory as CPython? The same issue was reported against pypy2 in #1846 and fixed in commit fbb5b4cefb37ea859eccd0f715101a6c8c57e32f _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue