当前位置: 首页 > news >正文

uv - installation

 

PS C:\Users\ZhangZhihui> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
downloading uv 0.11.15 (x86_64-pc-windows-msvc)
installing to C:\Users\ZhangZhihui\.local\binuv.exeuvx.exeuvw.exe
everything's installed!To add C:\Users\ZhangZhihui\.local\bin to your PATH, either restart your shell or run:set Path=C:\Users\ZhangZhihui\.local\bin;%Path%   (cmd)$env:Path = "C:\Users\ZhangZhihui\.local\bin;$env:Path"   (powershell)