Confirmed: I ran into this independently. I tried uninstalling python3.9-venv, just in case it was interfering, and updating pip with itself to 22.0.3, and neither helped.
$ python3.10 -mvenv 310 $ python3.9 -mvenv 39 $ ls 310/bin activate activate.csh activate.fish Activate.ps1 python python3 python3.10 $ ls 39/bin activate activate.csh activate.fish Activate.ps1 pip pip3 pip3.10 pip3.9 python python3 python3.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962791 Title: python3 -m venv installs pip to incorrect path VENV_ROOT/local/bin/pip To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1962791/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
