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 4c33eaa commit 08edf7fCopy full SHA for 08edf7f
.evergreen/utils.sh
@@ -8,7 +8,7 @@ find_python3() {
8
if [ "$(uname -s)" = "Darwin" ]; then
9
PYTHON="/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3"
10
elif [ "Windows_NT" = "${OS:-}" ]; then # Magic variable in cygwin
11
- PYTHON="C:/python/3.9/python.exe"
+ PYTHON="C:/python/Python39/python.exe"
12
else
13
# Prefer our own toolchain, fall back to mongodb toolchain if it has Python 3.9+.
14
if [ -f "/opt/python/3.9/bin/python3" ]; then
0 commit comments