PyPy 3.6 running in macOS Python 3 virtualenv/venv installs pip in wrong location
Using get-pip.py
to install pip in a PyPy 3.6 v7.3.0 installation from within pytest
running in a macOS Python 3 virtualenv
or venv
fails to install pip in the expected location (pypy3.6-v7.3.0-osx64/bin/pip), but instead installs it in the outer Python 3 virtualenv``venv
.
After reporting the issue to the virtualenv repo, it seems the problem might be somewhere in PyPy, since the same problem also occurs with venv
.
See https://github.com/pypa/virtualenv/issues/1654 for more details, further tests I've done, and a script to reproduce the issue.