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