Highly performant implementation of Python 2 in Python
A "distutils.cfg" has been written to:
$HOMEBREW_CELLAR/pypy3.9/7.3.16_1/libexec/lib/pypy3.9/distutils
specifying the install-scripts folder as:
$HOMEBREW_PREFIX/share/pypy3.9
If you install Python packages via "pypy3.9 setup.py install" or pip_pypy3.9,
any provided scripts will go into the install-scripts folder
above, so you may want to add it to your PATH *after* $HOMEBREW_PREFIX/bin
so you don't overwrite tools from CPython.
Setuptools and pip have been installed, so you can use pip_pypy3.9.
To update pip and setuptools between pypy3.9 releases, run:
pip_pypy3.9 install --upgrade pip setuptools