try3 Python Dependencies path changes

This commit is contained in:
Bobby Bilali
2025-05-16 16:46:15 +02:00
parent fb2b852071
commit caff858e4d
2 changed files with 5 additions and 5 deletions

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 --virtual-env /opt/${APPLICATION}/venv -r /opt/${APPLICATION}/requirements.txt
$STD uv pip install --python /opt/${APPLICATION}/venv/bin/python -r /opt/${APPLICATION}/requirements.txt
msg_ok "Installed Python Dependencies"
msg_info "Creating Service"
@@ -71,4 +71,4 @@ msg_info "Cleaning up"
rm -f "${RELEASE}.zip"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"