Install python-pip by entering the following commands in the terminal:
sudo apt update sudo apt install python-pip
Description:
Python package installer
pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories.
Homepage: https://pip.pypa.io/en/stable/
Version: 9.0.1-2
Section: universe/python