From 30779f819d3b35f94b60b4397ac8eb23be4d4032 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 29 Mar 2025 13:18:45 +0800 Subject: [PATCH] feat(run.sh): add pip config for using Tsinghua PyPI mirror --- scripts/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/run.sh b/scripts/run.sh index e4a53577..f7cc0599 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -125,6 +125,12 @@ init_env() { ensure_pulumi # 2️⃣ 安装 Python 依赖 + mkdir -p ~/.pip +cat > ~/.pip/pip.conf <