From 32fac05edd2a63783c82ac40b6b3f5aaf9c3892f Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Fri, 16 Jan 2026 14:27:18 +0100 Subject: [PATCH] trip --- ct/trip.sh | 2 +- install/trip-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/trip.sh b/ct/trip.sh index dc0e07a85..d166e6009 100644 --- a/ct/trip.sh +++ b/ct/trip.sh @@ -49,7 +49,7 @@ function update_script() { msg_info "Updating Backend" cd /opt/trip/backend - $STD /opt/trip/.venv/bin/pip install --no-cache-dir -r trip/requirements.txt + $STD uv pip install --python /opt/trip/.venv/bin/python -r trip/requirements.txt msg_ok "Updated Backend" msg_info "Restoring Configuration" diff --git a/install/trip-install.sh b/install/trip-install.sh index 279f9b1ae..d95728327 100644 --- a/install/trip-install.sh +++ b/install/trip-install.sh @@ -31,7 +31,7 @@ msg_ok "Built Frontend" msg_info "Setting up Backend" cd /opt/trip/backend $STD uv venv /opt/trip/.venv -$STD /opt/trip/.venv/bin/pip install --no-cache-dir -r trip/requirements.txt +$STD uv pip install --python /opt/trip/.venv/bin/python -r trip/requirements.txt msg_ok "Set up Backend" msg_info "Configuring Application"