diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index e00ec80..21aa6b9 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -3,7 +3,7 @@ PYTHON=python3 brew install ninja -"$PYTHON" -m pip install --ignore-installed six +brew install six "$PYTHON" -m pip list echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"