Although its use is no longer recommended and users are invited to switch to Python 3. It has to be said that as of Ubuntu 20.04, Python 3 is included in the base system installationy Python 2 is available for installation from the Universe repository. We'll also look at some of the basics of installing and managing Python packages using pip.
UBUNTU PIP3 HOW TO
In the following lines we are going to see how to install pip for Python 3 and Python 2 in Ubuntu 20.04. With it we will be able to search, download and install packages from Python Package Index ( P&IP) and other packet indexes. This is a tool for installing Python packages. In the next article we are going to take a look at how can we install and manage Python packages using Pip on Ubuntu 20.04.