centos7安装pip并配置国内阿里镜像源

简介: centos7安装pip并配置国内阿里镜像源

 参考

阿里巴巴开源镜像站

centos7安装pip并配置国内阿里镜像源

首先安装pip前需要安装epel-release

yum -y install epel-release

1py.JPG

安装pip

yum -y install python-pip

2.JPG

查看pip版本

pip --version

3.JPG

配置阿里镜像源(修改pip.conf)

cd ~

mkdir .pip

cd .pip

touch pip.conf

vi pip.conf

5.JPG


修改为以下并保存

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com

image.gifimage.gif

 4.JPG


完成

目录
相关文章
|
9天前
|
Unix Linux 开发工具
centos的官网下载和vm16虚拟机安装centos8【保姆级教程图解】
本文详细介绍了如何在官网下载CentOS 8以及在VMware Workstation Pro 16虚拟机上安装CentOS 8的步骤,包括可能出现的问题和解决方案,如vcpu-0错误的处理方法。
centos的官网下载和vm16虚拟机安装centos8【保姆级教程图解】
|
10天前
|
消息中间件 Linux
centos7安装rabbitmq
centos7安装rabbitmq
|
9天前
|
Linux 虚拟化 Windows
完美解决:重新安装VMware Tools灰色。以及共享文件夹的创建(centos8)
这篇文章提供了解决VMware Tools无法重新安装(显示为灰色)问题的步骤,并介绍了如何在CentOS 8上创建和配置VMware共享文件夹。
完美解决:重新安装VMware Tools灰色。以及共享文件夹的创建(centos8)
|
10天前
|
Docker 容器
centos7.3之安装docker
centos7.3之安装docker
|
6天前
|
缓存 Linux 开发工具
CentOS7 安装KDE报错的解决方法:Loaded plugins:fastestmirror,langpacks There is no installed group.
CentOS7 安装KDE报错的解决方法:Loaded plugins:fastestmirror,langpacks There is no installed group.
14 0
|
6天前
|
安全 测试技术 Linux
CentOS7 安装vulhub漏洞测试环境
CentOS7 安装vulhub漏洞测试环境
11 0
|
8天前
|
机器学习/深度学习 Linux 开发者
Python必备工具:pip的安装与管理
Python必备工具:pip的安装与管理
15 0
|
9天前
|
Linux Shell Python
centos执行pip3 install etcd3报错
centos执行pip3 install etcd3报错
|
9天前
|
Linux
centos 安装etcd|待优化
centos 安装etcd|待优化
|
11天前
|
Linux Python
Linux之centos安装clinkhouse以及python如何连接
Linux之centos安装clinkhouse以及python如何连接
下一篇
无影云桌面