I can't get pip on my python3 venv on Ubuntu 24.04
I have a fresh install of Ubuntu 24.04. I added pip with the usual sudo apt install python3-pip, and went to install some packages, but got the error: externally-managed-environment. This was all quite new to me, so I did some…