Python PIP Linux Mint 19 - Installation
-
First, Install Python Setup Tools.
sudo apt install python-setuptools
-
Then to Install Python PIP:
easy_install pip
If ‘permission denied’ issue then use sudo like:
sudo easy_install pip
-
Finally, to Test Python PIP Installation:
which pip
And for Python 3:
which pip3
Contents