Update install_macos_dependencies.sh

This commit is contained in:
Friwi
2025-02-21 09:30:25 +01:00
committed by GitHub
parent 56cec2a924
commit fe2e83ae9e

View File

@@ -3,7 +3,7 @@
PYTHON=python3 PYTHON=python3
brew install ninja brew install ninja
"$PYTHON" -m pip install --ignore-installed six brew install six
"$PYTHON" -m pip list "$PYTHON" -m pip list
echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module" echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"