Skip to content

Commit 18ea70c

Browse files
committed
debug
1 parent 1a2c3d4 commit 18ea70c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ fi
2727

2828
# Ensure there is a python venv.
2929
if [ ! -d $BIN_DIR ]; then
30-
. $ROOT/.evergreen/utils.sh
30+
ls
31+
ls .evergreen
32+
. .evergreen/utils.sh
3133

3234
if [ -z "${PYTHON_BINARY:-}" ]; then
3335
PYTHON_BINARY=$(find_python3)

0 commit comments

Comments
 (0)