From ff5fc9020a45e5868d558c0adaaa66b073ea05a8 Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 19 Dec 2023 11:18:10 +0100 Subject: [PATCH] Update install_macos_dependencies.sh --- scripts/install_macos_dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) 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