Installing Python 2.x Pip & Easy_install for CentOS
You are Welcome! The Tutorial Shows You Step-by-Step How to Install the Python 2.x Pip and Setuptools on CentOS 6.x/7.x/8.x 32/64-bit GNU+Linux Workstation/Server.
The Python 2.x Setuptools Packages is Now Automatically Installed 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)Or Login into the Server Shell.
-
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 su -c "python get-pip.py"
-
-
Then to Install Python Setuptools with Easy_Install
Then too Update it Run:sudo pip install -U setuptools
Tags: CentOS, CentOS 6, centos 7, centos tutorial, Easy_install, Getting Started, Guide, How-to, Install, install easy_install Linux centos, install pip linu, Linux, Linux CentOS, Linux Tutorial, Pip, Python, python distribute, python Linux centos, Python Setuptools, python setuptools centos, python tutorial, Quick Start, quickstart, Tutorial