We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e6c6e commit 0459ddeCopy full SHA for 0459dde
.evergreen/scripts/run-server.sh
@@ -11,6 +11,8 @@ if [ -f $HERE/env.sh ]; then
11
fi
12
13
set -x
14
+/Library/Frameworks/Python.Framework
15
+/Library/Frameworks/Python.Framework/Versions
16
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.machine())"
17
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.processor())"
18
exit 1
0 commit comments