try2 Python Dependencies path cachnges
This commit is contained in:
@ -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 --venv /opt/${APPLICATION}/venv -r /opt/${APPLICATION}/requirements.txt
|
||||
$STD uv pip install --virtual-env /opt/${APPLICATION}/venv -r /opt/${APPLICATION}/requirements.txt
|
||||
msg_ok "Installed Python Dependencies"
|
||||
|
||||
msg_info "Creating Service"
|
||||
|
||||
Reference in New Issue
Block a user