在其他节点的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同理
在其他节点的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
网友评论