Skip to content

Commit bb84046

Browse files
committed
fix python ver handling
1 parent de0f3a2 commit bb84046

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
@@ -125,7 +125,7 @@ get_python_binary() {
125125
version=$(echo $version | cut -d. -f1,2 | sed 's/\.//g')
126126
PYTHON="C:/python/Python$version/python3.exe"
127127
else
128-
PYTHON="/opt/python/$version/bin/python"
128+
PYTHON="/opt/python/$version/bin/python3"
129129
fi
130130
echo "$PYTHON"
131131
}

0 commit comments

Comments
 (0)