Installing
-
Finally Installing Python 2.x/3.x Pip Tool
-
Download the get-pip.py Pip Script Installer:
Right-Click on Link > Save As get-pip.py.
-
Next to Install Python 2/3 PIP
cd ~/Downloads
To give Execution permission:
sudo chmod +x get-pip.py
If Got “User is Not in Sudoers file” then Look: Solution
For Python 2 PIP do:sudo python get-pip.py
Then for Python 3 PIP do:
sudo python3 get-pip.py
-
-
The Pip Installer Automatically Install the Python Setuptools with Easy_Install
Then too Update it Run:sudo pip install -U setuptools
Pages: 1 2