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 0459dde commit c6f15edCopy full SHA for c6f15ed
.evergreen/scripts/run-server.sh
@@ -11,8 +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
+ls /Library/Frameworks/Python.Framework
+ls /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