Akiraka Akiraka
  • Home
  • Linux
    • ELK
    • PHP
    • Shell
    • Nginx
    • Docker
      • Docker Compose
    • Centos
    • Ubuntu
    • Jenkins
  • Python
  • Mac OS
  • Windows
  • Big Data
    • Hadoop
    • CDH
    • Hive
    • Spark
    • ZooKeeper
  • K8S
    • Kubernetes
    • Helm
  • Other
  • Quark
  • Contribute
  • Home
  • Linux
    • ELK
    • PHP
    • Shell
    • Nginx
    • Docker
      • Docker Compose
    • Centos
    • Ubuntu
    • Jenkins
  • Python
  • Mac OS
  • Windows
  • Big Data
    • Hadoop
    • CDH
    • Hive
    • Spark
    • ZooKeeper
  • K8S
    • Kubernetes
    • Helm
  • Other
  • Quark
  • Contribute
首页 Python pip 更换源

pip 更换源

Akiraka 2年前

临时源

使用国内源安装缺少内容
pip install -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com ipython

更换源

# 创建配置文件目录
mkdir ~/.pip
# 创建配置文件
vim ~/.pip/pip.conf

# 添加以下内容
[global]
index-url = http://pypi.douban.com/simple

[install]
trusted-host=pypi.douban.com
#pip#python
0
猜你喜欢
  • Centos 7.8 安装pyenv及使用说明
  • 大数据环境 Pyenv 搭建
  • pip 子命令
  • MAC 安装Pyenv-virualemv
Akiraka
站长
本人擅长 Ai、Au、Fl、Ae、Pr、Ps 等软件的安装与卸载,精通 CSS、JavaScript、PHP、Python、Shell、Go 等单词的拼写,熟悉 Windows、Linux、Mac、Android、IOS 等系统的开关机!
160
文章
24
评论
73
获赞
Popular Articles
TOP1
Kubernetes(k8s)Helm 部署 EFK 集群
2年前
TOP2
Kubernetes(k8s)helm 搭建 prometheus + Grafana 监控
2年前
TOP3
Container 命令ctr、crictl 命令使用说明
11月前
TOP4
Kubernetes(k8s)Helm 部署 Jenkins 持续化集成部署
2年前
TOP5
Helm 部署 Loki 日志聚合
2年前
Related Articles
pip 更换源
2年前
MAC 安装Pyenv-virualemv
2年前
pip 子命令
2年前
Centos 7.8 安装pyenv及使用说明
2年前
大数据环境 Pyenv 搭建
2年前
Copyright © 2019-2022 Akiraka. 沪18036911号