diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index 151799b..0cc8223 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -2,3 +2,6 @@ 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