2020-07-09 新系统安装Python包
2020-07-09 本文已影响0人
YPCHEN1992
在其他节点的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同理