Start by updating the packages index:sudo apt update Install pip for Python 2 and all of its dependencies:sudo apt install python-pip Verify the installation by issuing the following command which will print the pip version:pip –versionThe version number may vary, […] ↓ Read the rest of this entry…