mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-28 02:49:22 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4f8565721 | ||
|
|
be672489ad | ||
|
|
ff5fc9020a | ||
|
|
64bb73c837 | ||
|
|
47ff1bd3ea | ||
|
|
e9aeb06788 | ||
|
|
cf017d26fe | ||
|
|
3c775d3765 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user