mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Update install_macos_dependencies.sh
This commit is contained in:
parent
ff5fc9020a
commit
be672489ad
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
brew install ninja
|
||||
python3 -m pip install --ignore-installed six
|
||||
PYTHON=/Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip list
|
||||
echo "import six.moves" | /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
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