mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-18 05:16:37 +08:00
10 lines
205 B
Bash
10 lines
205 B
Bash
#!/bin/bash
|
|
|
|
PYTHON=python3
|
|
|
|
brew install ninja
|
|
brew install six
|
|
|
|
"$PYTHON" -m pip list
|
|
echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"
|