Sto cercando di installare python-pip in un contenitore docker centos7, ma penso che potrei mancare un pacchetto o qualcosa del genere.
[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
Cosa devo eseguire prima yum -y install python-pip
per installarlo correttamente. Si noti che easy_install
è anche rotto, quindi non è un'opzione.