try Python Dependencies path cachnges

This commit is contained in:
Bobby Bilali
2025-05-16 16:06:49 +02:00
parent 1aecd4657c
commit 16cb9c6188
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
__ __ __
/ / / /_ ______ / /_____ ___________
/ /_/ / / / / __ \/ __/ __ `/ ___/ ___/

View File

@ -44,7 +44,7 @@ $STD uv venv /opt/${APPLICATION}/venv
msg_ok "Created Python Virtual Environment"
msg_info "Installing Python Dependencies"
$STD /opt/${APPLICATION}/venv/bin/pip install -r /opt/${APPLICATION}/requirements.txt
$STD uv pip install --venv /opt/${APPLICATION}/venv -r /opt/${APPLICATION}/requirements.txt
msg_ok "Installed Python Dependencies"
msg_info "Creating Service"