From 66a619a8221b3144c031de593211f96a5cd798b2 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Sat, 4 Jan 2025 15:25:00 +0800 Subject: [PATCH] =?UTF-8?q?[+]=20pip=20=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-apt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init-apt.sh b/init-apt.sh index 77c2032..f707412 100644 --- a/init-apt.sh +++ b/init-apt.sh @@ -39,3 +39,6 @@ driftfile /var/lib/chrony/drift allow 127.0.0.1 EOF systemctl restart chrony && systemctl enable chrony + +# pip源 +pip config set global.index-url https://mirrors.martin98.com/repository/pypi-tsinghua/ \ No newline at end of file