From 1d9dd602ef17569819c262ac61544eb2cbc7219d Mon Sep 17 00:00:00 2001 From: AttilaT <162975471+AttilaT@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:06:23 +0100 Subject: [PATCH] fix: macos setup Use full path for the installer --- installers/macos-pkg-setup-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/macos-pkg-setup-template.sh b/installers/macos-pkg-setup-template.sh index 5e1aa6ef..4a292628 100644 --- a/installers/macos-pkg-setup-template.sh +++ b/installers/macos-pkg-setup-template.sh @@ -39,7 +39,7 @@ else fi echo "Install Python binaries from prebuilt package" -sudo installer -pkg $PYTHON_PKG_NAME -target / +sudo /usr/sbin/installer -pkg $PYTHON_PKG_NAME -target / echo "Create hostedtoolcach symlinks (Required for the backward compatibility)" echo "Create Python $PYTHON_FULL_VERSION folder"