frok from rsync://littlefoxpro.xyz/repository/leaf
This commit is contained in:
11
hints/pip.txt
Normal file
11
hints/pip.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Python Pip换源
|
||||
|
||||
------------------------------------------------------------
|
||||
mkdir -pv ~/.pip
|
||||
cat > ~/.pip/pip.conf << "EOF"
|
||||
[global]
|
||||
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
[install]
|
||||
trusted-host = https://pypi.tuna.tsinghua.edu.cn
|
||||
EOF
|
||||
------------------------------------------------------------
|
||||
Reference in New Issue
Block a user