We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb73c commit ff5fc90Copy full SHA for ff5fc90
scripts/install_macos_dependencies.sh
@@ -2,3 +2,6 @@
2
3
brew install ninja
4
python3 -m pip install --ignore-installed six
5
+
6
+/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip list
7
+echo "import six.moves" | /Library/Frameworks/Python.framework/Versions/Current/bin/python
0 commit comments