Installing Python 2.x Pip & Easy_install for macOS
The Unix Tutorial shows you Step-by-Step How to Install Python 2.x Pip and Setuptools on macOS 10.10 Yosemite Desktop.
The Python 2.x Setuptools Packages is Now Automatically Installed on All Systems by the get-pip.py Script.
Python Pip is the Recommended Tool for Installing New Python Packages from the PyPI Repositories.
-
Open a Terminal Shell Emulator Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing Python 2.x Pip Tool.
-
Download the get-pip.py Pip Script Installer
Right-Click on Link > Save As get-pip.py.
-
Installing Python Pip.
cd ~/Downloads
To give Execution permission:
chmod +x get-pip.py
If Got “User is Not in Sudoers file” then see: How to Enable sudo
sudo python get-pip.py
-
-
The Pip Installer Automatically Install the Python Setuptools with Easy_Install
Then too Update it Run:sudo pip install -U setuptools