Roll back python compiler fixing

This commit is contained in:
Friwi 2024-01-16 10:36:10 +01:00 committed by GitHub
parent 39359a893e
commit af60c79e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,3 @@
#!/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"