摘要:
将pip源更换到国内镜像用pip管理工具安装库文件时,默认使用国外的源文件,因此在国内的下载速度会比较慢,可能只有50KB/s。幸好,国内的一些顶级科研机构已经给我们准备好了各种镜像,下载速度可达2MB/s。其中,比较常用的国内镜像包括: pip install requests -i https: 阅读全文
摘要:
1.首先来看一下系统版本 [root@python3 ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2.更新一下yum源,yum源我这里用的都是阿里云的源 [root@python3 ~]# cd /etc/yum. 阅读全文