摘要: 1)先安装wget 执行命令 yum install -y wget [root@localhost ~]# yum install -y wget12) 查询国内镜像源 打开阿里镜像http://mirrors.aliyun.com/ 点击帮助: 3)下载CentOS 7的repo文件 wget 阅读全文
posted @ 2019-07-19 17:01 黄金国的大象 阅读(11009) 评论(0) 推荐(0)
摘要: 转载于https://blog.csdn.net/csdn_am/article/details/79924744 有时我们使用下载python 自带的pip 安装一些工具包时,会报如下错误 找不到满意的版本,这时就是我们的pip可能需要升级了,所以使用 python -m pip install 阅读全文
posted @ 2019-07-19 15:29 黄金国的大象 阅读(5270) 评论(0) 推荐(0)
摘要: 报错: You are using pip version 10.0.1, however version 18.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' c 阅读全文
posted @ 2019-07-19 15:28 黄金国的大象 阅读(2404) 评论(0) 推荐(0)