linux虚拟机安装python 及 配置环境变量
下载python安装包 (wget -P filepath 下载链接)
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。sh Anaconda3-5.3.1-Linux-x86_64.sh (一律yes就好了) vim /etc/profile (文件中添加 export PATH=/root/anaconda3/bin:$PATH) source /etc/profile (或 . /etc/profile)
报错:bunzip2: command not found 解决:yum install -y bzip2
pip install --upgrade pip #更新pip
pip install --default-timeout=1000 --no-cache-dir -r requirements.txt #pip安装超时解决方法

更多精彩