Python: Installing pip on Centos
Installing via yum You will need the Centos EPEL to do this. # yum install epel-release -y # yum install python-pip -y Installing with wget method # curl “https://bootstrap.pypa.io/get-pip.py” -o “get-pip.py” sudo python get-pip.py