From 0143912ca4f5af1da95f069e323e501a71b185b9 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Sat, 4 Jan 2025 15:34:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=20pip=20=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-apt.sh b/init-apt.sh index f707412..400428d 100644 --- a/init-apt.sh +++ b/init-apt.sh @@ -41,4 +41,4 @@ 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 +pip config set global.index-url https://mirrors.martin98.com/repository/pypi-tsinghua/simple \ No newline at end of file