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. Like
Hi Matti,
Thank you for the quick reply
I’ve downloaded pypy-c-jit-latest-osx64.tar.bz2 and extracted in
/usr/local/pypy3-7.3.1
I’m getting the following error when I try to create a virtual environment:
% virtualenv -p /usr/local/pypy3-3.7.1/bin/pypy3
RuntimeError: failed to query /usr/local