Linux 安装 pip 命令
Posted catoop
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 安装 pip 命令相关的知识,希望对你有一定的参考价值。
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
(END)
以上是关于Linux 安装 pip 命令的主要内容,如果未能解决你的问题,请参考以下文章