三亩地 三亩地SAN MU DI · CODE DIARY
ARTICLE DETAIL

日记详情

真实记录编程学习的某一天,欢迎挑你感兴趣的翻一翻。

uv - installation

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)

 

← 返回列表