Ich versuche, Python-Pip in einem Centos7-Docker-Container zu installieren, aber ich denke, ich vermisse möglicherweise ein Paket oder etwas.
[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
Was muss ich vorher ausführen, yum -y install python-pip
damit es richtig installiert wird ? Beachten Sie, dass easy_install
auch defekt ist, so dass dies keine Option ist.