[pypy-dev] How to install pypy on Mac OS X?

Matti Picus matti.picus at gmail.com
Thu Apr 9 13:06:45 EDT 2020


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



More information about the pypy-dev mailing list