fix uv install path

This commit is contained in:
Bobby Bilali
2025-05-16 14:46:21 +02:00
parent 5504a3dd59
commit 87674ba0ca
4 changed files with 168 additions and 1 deletions

View File

@ -26,7 +26,8 @@ msg_ok "Installed System Dependencies"
msg_info "Setting up UV package installer"
curl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="/root/.local/bin:$HOME/.cargo/bin:$PATH"
which uv || echo "uv not found in PATH: $PATH"
msg_ok "UV package installer set up"
msg_info "Setup ${APPLICATION}"