You've already forked www.colben.cn
update
This commit is contained in:
22
content/post/pip.md
Normal file
22
content/post/pip.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "python pip"
|
||||
date: 2019-10-29T21:17:22+08:00
|
||||
lastmod: 2019-10-29T21:17:22+08:00
|
||||
keywords: []
|
||||
tags: ["pip", "python"]
|
||||
categories: ["python"]
|
||||
---
|
||||
|
||||
# 配置 pip 源
|
||||
- 创建 $HOME/.pip/pip.conf 文件,内容如下
|
||||
```ini
|
||||
[global]
|
||||
index-url=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
[install]
|
||||
trusted-host=pypi.tuna.tsinghua.edu.cn
|
||||
|
||||
[list]
|
||||
format=columns
|
||||
```
|
||||
|
Reference in New Issue
Block a user