From 1e66271a7bbde43ae6bd64a1b3252920d86a9423 Mon Sep 17 00:00:00 2001 From: Tristan Zander Date: Thu, 27 Jun 2024 12:34:36 -0400 Subject: [PATCH] skip-checks: true --- prebuild/macOS-arm/preinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prebuild/macOS-arm/preinstall.sh b/prebuild/macOS-arm/preinstall.sh index e92cbbf00..7b5781005 100644 --- a/prebuild/macOS-arm/preinstall.sh +++ b/prebuild/macOS-arm/preinstall.sh @@ -1,4 +1,4 @@ brew update -brew install pkg-config cairo pango librsvg python3 python-setuptools giflib # python3 is for macpack +brew install pkg-config cairo pango librsvg python3 python-setuptools giflib pipx # python3 is for macpack brew upgrade python # activates python 3 -pip3 install --user macpack +pipx install macpack