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
|
#!/bin/bash
|
||||||
|
|
||||||
brew install ninja
|
PYTHON=/Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||||
python3 -m pip install --ignore-installed six
|
|
||||||
|
|
||||||
/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip list
|
brew install ninja
|
||||||
echo "import six.moves" | /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
"$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