From de9867e82aea06594b478330f33f67bf3ed2f447 Mon Sep 17 00:00:00 2001 From: propelluo Date: Tue, 31 Mar 2026 16:14:59 +0800 Subject: [PATCH] make sure got pip Signed-off-by: propelluo --- libfuse/tst-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libfuse/tst-build.sh b/libfuse/tst-build.sh index 146dee0..6292d55 100755 --- a/libfuse/tst-build.sh +++ b/libfuse/tst-build.sh @@ -37,6 +37,7 @@ ensure_meson_version() { fi echo "meson version $current < $required, installing via python3.12 pip..." + python3.12 -m ensurepip --default-pip 2>/dev/null || true python3.12 -m pip install -i https://mirrors.tencent.com/pypi/simple/ \ --trusted-host mirrors.tencent.com \ "meson>=$required" || return 1 -- Gitee