On 9/4/20 12:08 am, Peng Yu wrote:
Hi, Is there a way to install pypy on Mac OS so that the modules installed in the above directory are accessible by pypy? Thanks.
No. Think of what happens when you install python3.6 and python 3.7: they need separate locations for all the packages. Likewise, PyPy cannot re-use packages from other python installations.
Matti _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev