美文网首页
2020-07-09 新系统安装Python包

2020-07-09 新系统安装Python包

作者: YPCHEN1992 | 来源:发表于2020-07-09 10:30 被阅读0次

在其他节点的Python环境下

## python2.7
pip free > py2.7_requirements.txt
# -i 参数添加下载源,加快下载速度
pip install -r py2.7_requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
# 部分包可能在阿里云的镜像中没有,需要在标准镜像下载
# python3同理

相关文章

网友评论

      本文标题:2020-07-09 新系统安装Python包

      本文链接:https://www.haomeiwen.com/subject/nedjcktx.html