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