Compare commits

...

8 Commits

Author SHA1 Message Date
Friwi
e4f8565721 Update install_macos_dependencies.sh 2023-12-19 13:50:27 +01:00
Friwi
be672489ad Update install_macos_dependencies.sh 2023-12-19 11:24:22 +01:00
Friwi
ff5fc9020a Update install_macos_dependencies.sh 2023-12-19 11:18:10 +01:00
Friwi
64bb73c837 Update install_macos_dependencies.sh 2023-12-19 11:13:22 +01:00
Friwi
47ff1bd3ea Update install_macos_dependencies.sh 2023-12-14 12:09:27 +01:00
Friwi
e9aeb06788 Update install_macos_dependencies.sh 2023-12-14 12:03:25 +01:00
Friwi
cf017d26fe Update install_macos_dependencies.sh 2023-12-14 12:00:15 +01:00
Friwi
3c775d3765 Update install_macos_dependencies.sh 2023-12-14 11:52:39 +01:00

View File

@@ -1,4 +1,9 @@
#!/bin/bash
PYTHON=/usr/local/Frameworks/Python.framework/Versions/3.12/bin/python3.12
brew install ninja
brew reinstall six
"$PYTHON" -m pip install --ignore-installed six
"$PYTHON" -m pip list
echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"