File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22set -eu
33
44. .evergreen/scripts/setup-dev-env.sh evergreen
5- set -x
6- cat .evergreen/scripts/env.sh
7- set +x
5+
86just " $@ "
Original file line number Diff line number Diff line change 1818# Translate PYTHON_BINARY/PYTHON_VERSION to UV_PYTHON.
1919if [ -z " ${UV_PYTHON:- } " ]; then
2020 if [ -n " ${PYTHON_BINARY:- } " ]; then
21- echo " UV_PYTHON=$PYTHON_BINARY " >> $HERE /env.sh
21+ echo " export UV_PYTHON=$PYTHON_BINARY " >> $HERE /env.sh
2222 elif [ -n " ${PYTHON_VERSION:- } " ]; then
2323 version=$PYTHON_VERSION
2424 if [ " $( uname -s) " = " Darwin" ]; then
@@ -43,6 +43,6 @@ if [ -z "${UV_PYTHON:-}" ]; then
4343 else
4444 UV_PYTHON=" ${PYTHON_VERSION} "
4545 fi
46- echo " UV_PYTHON=$UV_PYTHON " >> $HERE /env.sh
46+ echo " export UV_PYTHON=$UV_PYTHON " >> $HERE /env.sh
4747 fi
4848fi
You can’t perform that action at this time.
0 commit comments