mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
feat: update post
This commit is contained in:
@@ -153,7 +153,14 @@ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple
|
|||||||
```shell
|
```shell
|
||||||
python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
|
python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
|
||||||
```
|
```
|
||||||
|
如果提示pip命令不存在需要先安装一下
|
||||||
|
```shell
|
||||||
|
# Ubuntu/Debian
|
||||||
|
sudo apt install python3-pip
|
||||||
|
|
||||||
|
# CentOS/Fedora
|
||||||
|
sudo yum install python3-pip
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### 为Docker配置镜像源
|
### 为Docker配置镜像源
|
||||||
|
|||||||
Reference in New Issue
Block a user