mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
MediaManager: Use managed Python 3.13 (#8343)
This commit is contained in:
parent
36726e2263
commit
13098ec5b7
2 changed files with 2 additions and 3 deletions
|
|
@ -58,8 +58,7 @@ export BASE_PATH=""
|
|||
export VIRTUAL_ENV="${MM_DIR}/venv"
|
||||
cd /opt/mediamanager
|
||||
cp -r {media_manager,alembic*} "$MM_DIR"
|
||||
$STD /usr/local/bin/uv venv "$VIRTUAL_ENV"
|
||||
$STD /usr/local/bin/uv sync --locked --active
|
||||
$STD /usr/local/bin/uv sync --locked --active -n -p cpython3.13 --managed-python
|
||||
msg_ok "Configured MediaManager"
|
||||
|
||||
msg_info "Creating config and start script"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue