Linux installation pip command

1, if there is no epel source download Ali epel source

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

2, installation pip

yum -y install python-pip

  

pip install socks
pip install pysocks

  

Guess you like

Origin www.cnblogs.com/lee-qi/p/12359785.html