Compare commits

..

12 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
Friwi
1a11a80d67 Update install_macos_dependencies.sh 2023-12-08 13:52:20 +01:00
Friwi
4cea794a99 Add six as dependency 2023-12-08 13:47:50 +01:00
Friwi
5b834e3e56 Update compile_macosx.sh 2023-12-08 13:47:04 +01:00
Friwi
93c173340a Update compile_macosx.sh 2023-12-08 13:27:16 +01:00

View File

@@ -1,3 +1,9 @@
#!/bin/bash #!/bin/bash
PYTHON=/usr/local/Frameworks/Python.framework/Versions/3.12/bin/python3.12
brew install ninja brew install ninja
"$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"