From 0e3a94c5bff9374cc11e850887842dbb49d0abcd Mon Sep 17 00:00:00 2001 From: Friwi Date: Wed, 5 Nov 2025 08:06:16 +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 21aa6b9..e7a3c83 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -3,7 +3,7 @@ PYTHON=python3 brew install ninja -brew install six +pip3 install six "$PYTHON" -m pip list echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"