For CentOS: (based on a small Red Hat system)
Need to install Epel-release first
Run
Yum Install Epel-release
Yum Install wget
For cent OS 7.x (X86*64)
RPM -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
For cent OS 6.x (X86*64)
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
For Cent OS 6.x (i386)
RPM -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
For Cent OS 5.x (X86*64)
RPM -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
For Cent OS 5.x (i386)
RPM -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Then install PIP
Yum Install -y python-pip
For Ubuntu: (Debian-based systems)
- # apt-get install Python (Debian-based system)
- # apt-get install python-pip (Debian-based system)
Management tools for CentOS and Ubuntu installation Python-pip,python packages