From e9aeb067880fb2391cd7c6bd280a1240aac7f278 Mon Sep 17 00:00:00 2001 From: Friwi Date: Thu, 14 Dec 2023 12:03:25 +0100 Subject: [PATCH] Update install_macos_dependencies.sh --- scripts/install_macos_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index e3c1286..977be23 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -1,4 +1,4 @@ #!/bin/bash brew install ninja -python -m pip install --ignore-installed six +/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip install --ignore-installed six || True