Add missing venv_path

This commit is contained in:
Andrew Stout 2025-08-16 15:28:24 -05:00
parent 0188bcfe3c
commit 79211aeb18
No known key found for this signature in database
GPG Key ID: B01268A581FC2448

View File

@ -30,6 +30,7 @@ function update_script() {
fi
msg_info "Updating $APP"
VENV_PATH="/opt/litellm/.venv"
PYTHON_VERSION="3.13" setup_uv
$STD "$VENV_PATH/bin/python" -m pip install --upgrade litellm[proxy] prisma
msg_ok "Updated $APP"