文章詳情頁
如何解決centos7中python-pip模塊不存在?
瀏覽:103日期:2022-06-06 18:00:17
Question:
centos 7中Python-pip模塊不存在,是因為像centos這類衍生的發(fā)行版,源跟新滯后,或者不存在。即使使用yum去search python-pip也找不到軟件包。
Answer::
為了使用安裝滯后或源中不存在的安裝包,需要安裝擴展源EPEL。擴展源EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社區(qū)打造,為 RHEL 及衍生發(fā)行版如 CentOS、ScientificLinux 等提供高質(zhì)量軟件包的項目。
安裝擴展源:sudo yum -y install epel-release
安裝python-pip模塊:sudo yum install python-pip
相關(guān)文章:
1. Centos7安裝Chacha20加密算法詳解2. centos7怎么關(guān)閉ipv6僅使用ipv4?3. centos7安裝后缺少網(wǎng)卡如何解決?4. Centos7安裝完畢后無法聯(lián)網(wǎng)顯示Server not found如何解決?5. mysql8.0.23 linux(centos7)安裝完整超詳細(xì)教程6. centos7怎么進去tmp目錄并清除垃圾?7. centos7使用docker部署gitlab-ce-zh應(yīng)用詳解8. CentOS7中無法找到pci find device函數(shù)的解決方法9. Centos7下刪除virbr0網(wǎng)卡信息的方法10. centos7安裝clickhouse并設(shè)置用戶名密碼案例詳解
排行榜
