PYPY venv pip ERROR: ModuleNotFoundError: No module named 'pip._vendor.six' – Debian
I created venv according to pypy install site: System-Product-Name:~# virtualenv -p "/home/x/pypy3.8-v7.3.7-linux64/bin/pypy" ve created virtual environment PyPy3.8.12.final.0-64 in 102ms Success. Following step 2 (activation) worked as well... and using: $python opens pypy same as using ./pypy, which is as intended.…