Skip to content

Commit 9e25ca6

Browse files
committed
debug python setup
1 parent 7877943 commit 9e25ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fi
2929
# Ensure there is a python venv.
3030
if [ ! -d $BIN_DIR ]; then
3131
. $ROOT/.evergreen/utils.sh
32+
set -x
3233

3334
if [ -z "${PYTHON_BINARY:-}" ]; then
3435
if [ -n "${PYTHON_VERSION:-}" ]; then

0 commit comments

Comments
 (0)