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 cd9aaa2 commit a60869bCopy full SHA for a60869b
.evergreen/scripts/setup-uv-python.sh
@@ -39,7 +39,7 @@ if [ -z "${UV_PYTHON:-}" ]; then
39
elif [ "Windows_NT" = "${OS:-}" ]; then
40
_python=$(echo $_python | cut -d. -f1,2 | sed 's/\.//g; s/t//g')
41
if [[ "$PYTHON_VERSION" == *"t"* ]]; then
42
- _exe="python${PYTHON_VERSION}t.exe"
+ _exe="python${PYTHON_VERSION}.exe"
43
else
44
_exe="python.exe"
45
fi
0 commit comments