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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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