Ensure uv env script is present before sourcing

This commit is contained in:
Rob Ballantyne
2025-08-22 17:08:42 +01:00
parent 3f4acb29fa
commit b00bef547c
+1 -1
View File
@@ -71,7 +71,7 @@ then
touch ~/.no_auto_tmux
else
source ~/.local/bin/env
[[ -f ~/.local/bin/env ]] && source ~/.local/bin/env
source "$WORKSPACE_DIR/worker-env/bin/activate"
echo "environment activated"
echo "venv: $VIRTUAL_ENV"