Estoy tratando de instalar python-pip en un contenedor doos centos7, pero creo que me puede faltar algún paquete o algo así.
[root@aasdfasdfa /]# yum -y install python-pip
Loaded plugins: fastestmirror, ovl
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
updates/7/x86_64/primary_db | 8.4 MB 00:00:31
Loading mirror speeds from cached hostfile
* base: repos.lax.quadranet.com
* extras: mirrors.unifiedlayer.com
* updates: mirrors.usc.edu
No package python-pip available.
Error: Nothing to do
¿Qué necesito ejecutar antes yum -y install python-pip
para que se instale correctamente? Tenga en cuenta que easy_install
también está roto, por lo que no es una opción.