How to install pypy on Mac OS X?

April 8, 2020
9:08 p.m.
Hi, I see people recommend to use brew to install pypy on Mac OS X. https://stackoverflow.com/questions/20502471/how-to-use-pypy-on-a-mac $ ls -lg $(which pypy) lrwxr-xr-x 1 staff 31 2019/10/27-09:33:52 /usr/local/bin/pypy -> ../Cellar/pypy/7.1.1_1/bin/pypy $ ls -lg $(which pypy3) lrwxr-xr-x 1 staff 33 2019/10/27-09:20:07 /usr/local/bin/pypy3 -> ../Cellar/pypy3/7.1.1_1/bin/pypy3 But it seems that this installed pypy does not know python modules installed in this directory. /Library/Frameworks/Python.framework Is there a way to install pypy on Mac OS so that the modules installed in the above directory are accessible by pypy? Thanks. -- Regards, Peng
1805
Age (days ago)
1806
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matti Picus
-
Peng Yu