Skip to content

Commit 8529e71

Browse files
committed
fix win
1 parent bb84046 commit 8529e71

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
@@ -123,7 +123,7 @@ get_python_binary() {
123123
PYTHON="/Library/Frameworks/Python.Framework/Versions/$version/bin/python3"
124124
elif [ "Windows_NT" = "${OS:-}" ]; then
125125
version=$(echo $version | cut -d. -f1,2 | sed 's/\.//g')
126-
PYTHON="C:/python/Python$version/python3.exe"
126+
PYTHON="C:/python/Python$version/python.exe"
127127
else
128128
PYTHON="/opt/python/$version/bin/python3"
129129
fi

0 commit comments

Comments
 (0)