码迷,mamicode.com
首页 > 其他好文 > 详细

[CentOS7]pip安装

时间:2020-04-21 09:17:40      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:centos   bash   lease   python   epel   ade   end   http   imp   

# 一键安装
cat > pip_install.sh<<‘EOF‘
yum install -y epel-release
yum install -y python-pip
# pip 更新
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --upgrade pip
EOF
bash pip_install.sh

END

[CentOS7]pip安装

标签:centos   bash   lease   python   epel   ade   end   http   imp   

原文地址:https://www.cnblogs.com/leoshi/p/12742195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!