Highly performant implementation of Python 2 in Python
A "distutils.cfg" has been written to:
$HOMEBREW_CELLAR/pypy3.10/7.3.17_1/libexec/lib/pypy3.10/distutils
specifying the install-scripts folder as:
$HOMEBREW_PREFIX/share/pypy3.10
If you install Python packages via "pypy3.10 setup.py install" or pip_pypy3.10,
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.10.
To update pip and setuptools between pypy3.10 releases, run:
pip_pypy3.10 install --upgrade pip setuptools