mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-18 05:16:37 +08:00
8 lines
247 B
Bash
8 lines
247 B
Bash
#!/bin/bash
|
|
|
|
brew install ninja
|
|
python3 -m pip install --ignore-installed six
|
|
|
|
/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip list
|
|
echo "import six.moves" | /Library/Frameworks/Python.framework/Versions/Current/bin/python
|