mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 05:55:54 +00:00
Fixed error in the folder paths
This commit is contained in:
@@ -18,10 +18,10 @@ PYTHON_VERSION="3.13" setup_uv
|
||||
msg_info "Setting up Virtual Environment"
|
||||
mkdir -p /opt/litellm
|
||||
cd /opt/litellm
|
||||
$STD uv venv /opt/litellmtwo/.venv
|
||||
$STD /opt/litellmtwo/.venv/bin/python -m ensurepip --upgrade
|
||||
$STD /opt/litellmtwo/.venv/bin/python -m pip install --upgrade pip
|
||||
$STD /opt/litellmtwo/.venv/bin/python -m pip install litellm[proxy] prisma
|
||||
$STD uv venv /opt/litellm/.venv
|
||||
$STD /opt/litellm/.venv/bin/python -m ensurepip --upgrade
|
||||
$STD /opt/litellm/.venv/bin/python -m pip install --upgrade pip
|
||||
$STD /opt/litellm/.venv/bin/python -m pip install litellm[proxy] prisma
|
||||
msg_ok "Installed LiteLLM"
|
||||
|
||||
PG_VERSION="17" setup_postgresql
|
||||
|
||||
Reference in New Issue
Block a user