We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c91f2e commit d7bfb05Copy full SHA for d7bfb05
.evergreen/scripts/install-dependencies.sh
@@ -21,6 +21,7 @@ function _pip_install() {
21
createvirtualenv "$(find_python3)" $_VENV_PATH
22
python -m pip install $1
23
ln -s "$(which $2)" $_BIN_DIR/$2
24
+ echo "Installed to ${_BIN_DIR}"
25
echo "Installing $2 using pip... done."
26
}
27
.evergreen/scripts/setup-dev-env.sh
@@ -36,6 +36,7 @@ if [ ! -d $BIN_DIR ]; then
36
echo "Using python $UV_PYTHON"
37
fi
38
39
+echo "HELLO: $(pwd)"
40
uv sync --frozen
41
uv run --frozen --with pip pip install -e .
42
echo "Setting up python environment... done."
0 commit comments