I have python 3.8
as the default install with ubuntu 20.04
.
I have upgraded to python 3.11
.
However, if i do pip3 --version
is see this:
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
In windows i just do pip install <package>
and i want to achieve the same level of simplicity in ubuntu.
How to get this to upgrade too (python 3.11) or whatever the latest version of python is in Ubuntu ?