1
2
3
4
5
6
(base) PS C:\Users\A> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

set Path=C:\Users\A\.local\bin;%Path% (cmd)
$env:Path = "C:\Users\A\.local\bin;$env:Path" (powershell)

(base) PS C:\Users\A> echo 'eval "$(uv generate-shell-completion bash)"' >> ~/.bashrc