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