From 3325c153cf4f3b060a20a06a449566f8592ac086 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 14:44:17 -0400 Subject: [PATCH] Autocaliweb: source venv --- install/autocaliweb-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 2a698b53..741bd9ff 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -78,7 +78,9 @@ mkdir -p {"$CALIBRE_LIB_DIR","$INGEST_DIR"} cd "$INSTALL_DIR" $STD uv venv "$VIRTUAL_ENV" +$STD source "$VIRTUAL_ENV" $STD uv pip install -r pyproject.toml --all-extras +$STD deactivate cat <./dirs.json { "ingest_folder": "$INGEST_DIR",