From a7e84f87d5fcf9c1616a5367c0ce4b218a8bf2e0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:43:28 +0100 Subject: [PATCH] add pip install --- ct/wger.sh | 1 + install/wger-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/wger.sh b/ct/wger.sh index b58302a30..b87635bba 100644 --- a/ct/wger.sh +++ b/ct/wger.sh @@ -52,6 +52,7 @@ function update_script() { msg_info "Updating wger" cd /opt/wger $STD uv sync --no-dev + $STD uv pip install -e . export DJANGO_SETTINGS_MODULE=settings.main export PYTHONPATH=/opt/wger $STD uv run python manage.py migrate diff --git a/install/wger-install.sh b/install/wger-install.sh index 763a073ae..3eb392098 100644 --- a/install/wger-install.sh +++ b/install/wger-install.sh @@ -32,6 +32,7 @@ chmod g+w /opt/wger/db /opt/wger/db/database.sqlite chmod o+w /opt/wger/media cd /opt/wger $STD uv sync --no-dev +$STD uv pip install -e . mkdir -p /opt/wger/settings cat </opt/wger/settings/main.py from wger.settings_global import *