Closed rgaudy closed 1 year ago
you're best to make a virtualenv and work with pip that way
What? This does not work:
~$ python3.12 -m venv test_virtualenv/
Error: Command '['/home/raphael/test_virtualenv/bin/python3.12', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
are you missing the python3.12-venv package?
You're right it was missing! Now it works, and I can run pip from the venv. Thank you! :)
description
Impossible to launch pip in the intended way under Ubuntu 22.04 LTS. First it was crashing because distutils could not be found. I solved it by installing python3.12-distutils. But now I get the following:
os information
lsb_release -a
uname -a