change python3 version installation
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user