摘要: 这个包在EPEL源里,要添加EPEL源才可以。然后按博客里说的方法添加,执行以下命令: sudo rpm -ivh epel-release* 第一种方式:由于epel在禁用列表里需要另外加参数yum --enablerepo=epel install python-pip第二种方式:修改文件 epel.repo,将第一个和第三个enabled=0 改为1 即可 vim /etc/yum.rep... 阅读全文
posted @ 2019-04-03 22:13 hzy168 阅读(1865) 评论(0) 推荐(0) 编辑