Skip to content

Commit 98829c4

Browse files
committed
PYTHON-5268 Fix handling of PYTHON_BINARY
1 parent 708ce16 commit 98829c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "${PYTHON_BINARY:-}" ]; then
3131
fi
3232
fi
3333
export UV_PYTHON=${PYTHON_BINARY}
34-
echo "export UV_PYTHON=$UV_PYTHON" >> $HERE/env.sh
34+
echo "export PYTHON_BINARY=$PYTHON_BINARY" >> $HERE/env.sh
3535
echo "Using python $UV_PYTHON"
3636

3737
# Add the default install path to the path if needed.

0 commit comments

Comments
 (0)