python-pip from systemsmanagement:saltstack:products project
Select Your Operating System
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/RHEL_7/systemsmanagement:saltstack:products.repo yum install python-pip
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/RHEL_6/systemsmanagement:saltstack:products.repo yum install python-pip
Grab binary packages directly
Add repository and install manually
For SLE 12 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_12_SP3/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-pip
For SLE 11 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_11_SP4/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-pip