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 b247cb8 commit de5f785Copy full SHA for de5f785
.evergreen/scripts/setup-uv-python.sh
@@ -37,7 +37,7 @@ if [ -z "${UV_PYTHON:-}" ]; then
37
_python=$(echo "$_python" | sed 's/t//g')
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')
+ _python=$(echo $_python | cut -d. -f1,2 | sed 's/\.//g')
41
if [ -n "${IS_WIN32:-}" ]; then
42
_python="C:/python/32/Python$_python/python.exe"
43
else
0 commit comments