fix Python Dependencies path

This commit is contained in:
Bobby Bilali
2025-05-16 15:48:21 +02:00
parent ccbdde05d5
commit 1aecd4657c

View File

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