Skip to content

Commit 08edf7f

Browse files
committed
fix windows binary
1 parent 4c33eaa commit 08edf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ find_python3() {
88
if [ "$(uname -s)" = "Darwin" ]; then
99
PYTHON="/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3"
1010
elif [ "Windows_NT" = "${OS:-}" ]; then # Magic variable in cygwin
11-
PYTHON="C:/python/3.9/python.exe"
11+
PYTHON="C:/python/Python39/python.exe"
1212
else
1313
# Prefer our own toolchain, fall back to mongodb toolchain if it has Python 3.9+.
1414
if [ -f "/opt/python/3.9/bin/python3" ]; then

0 commit comments

Comments
 (0)