diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index e3c1286..977be23 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -1,4 +1,4 @@ #!/bin/bash brew install ninja -python -m pip install --ignore-installed six +/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip install --ignore-installed six || True