change python3 version installation
This commit is contained in:
@ -21,9 +21,7 @@ $STD apt-get install -y jq
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Python"
|
msg_info "Installing Python"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y python3
|
||||||
python3 \
|
|
||||||
python3-venv
|
|
||||||
$STD bash -c "curl -LsSf https://astral.sh/uv/install.sh | sh"
|
$STD bash -c "curl -LsSf https://astral.sh/uv/install.sh | sh"
|
||||||
export PATH="/root/.local/bin:$HOME/.cargo/bin:$PATH"
|
export PATH="/root/.local/bin:$HOME/.cargo/bin:$PATH"
|
||||||
command -v uv &>/dev/null
|
command -v uv &>/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user