CentOS-7安装pip

新买的虚拟机没有pip,我们来安装一下。
在这里插入图片描述

只需要执行一下语句即可:(第二步和第三步有错也不用管,不影响)
1、安装epel-release拓展源:yum -y install epel-release
2、清空cache:yum clear all
3、执行makecache:yum makecache
4、安装pip:yum -y install python-pip
5、升级pip:pip install --upgrade pip

安装成功:
CentOS-7安装pip_第1张图片

你可能感兴趣的:(工具软件,python,pip,java,人工智能,mysql)