change python3 version installation

This commit is contained in:
bilulib
2025-05-17 03:05:58 +02:00
parent 453b5c2c8c
commit d80074dd38

View File

@ -21,9 +21,7 @@ $STD apt-get install -y jq
msg_ok "Installed Dependencies"
msg_info "Installing Python"
$STD apt-get install -y \
python3 \
python3-venv
$STD apt-get install -y python3
$STD bash -c "curl -LsSf https://astral.sh/uv/install.sh | sh"
export PATH="/root/.local/bin:$HOME/.cargo/bin:$PATH"
command -v uv &>/dev/null