Skip to content

Commit d7bfb05

Browse files
committed
debug path
1 parent 8c91f2e commit d7bfb05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function _pip_install() {
2121
createvirtualenv "$(find_python3)" $_VENV_PATH
2222
python -m pip install $1
2323
ln -s "$(which $2)" $_BIN_DIR/$2
24+
echo "Installed to ${_BIN_DIR}"
2425
echo "Installing $2 using pip... done."
2526
}
2627

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [ ! -d $BIN_DIR ]; then
3636
echo "Using python $UV_PYTHON"
3737
fi
3838

39+
echo "HELLO: $(pwd)"
3940
uv sync --frozen
4041
uv run --frozen --with pip pip install -e .
4142
echo "Setting up python environment... done."

0 commit comments

Comments
 (0)