Linux安装pip命令

ljbhander 2020-02-25

1、如果没有epel源下载阿里的epel源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

2、安装pip

yum -y install python-pip

pip install socks
pip install pysocks

相关推荐

huavhuahua / 0评论 2020-05-15
duanlove技术路途 / 0评论 2020-05-01