Install pip for new python version – Ubuntu
I installed Python3.11 which is located usr/local/bin/python3, which came without pip. The old Python3.10 was located in usr/bin/python3. I tried to install pip with sudo apt-install python3-pip, but it seems to be attached to the old Python3.10. If I check…