mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 00:16:37 +08:00
Roll back python compiler fixing
This commit is contained in:
parent
39359a893e
commit
af60c79e48
@ -1,9 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
PYTHON=/usr/local/Frameworks/Python.framework/Versions/3.12/bin/python3.12
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user