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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to