$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex" Downloading uv 0.4.9 (x86_64-pc-windows-msvc) Installing to C:\Users\username\.cargo\bin uv.exe uvx.exe everything's installed! To add C:\Users\username\.cargo\bin to your PATH, either restart your system or run: set Path=C:\Users\username\.cargo\bin;%Path% (cmd) $env:Path = "C:\Users\username\.cargo\bin;$env:Path" (powershell)
Comentários