priyanshu@priyanshu-HP-Pavilion-Aero-Laptop-13-be2xxx:~$ curl -LsSf https://astral.sh/uv/install.sh | shdownloading uv 0.2.11 x86_64-unknown-linux-gnuinstalling to /home/priyanshu/.cargo/bin uveverything's installed!priyanshu@priyanshu-HP-Pavilion-Aero-Laptop-13-be2xxx:~$ uv venvuv: command not found
I tried installing the package installer uv, from here I used the commands given on the official page ie. curl -LsSf https://astral.sh/uv/install.sh | sh
however when I tried creating a virtual environment using the command uv venv
, my machine shows command not found, what should I do?
I tried to install it again, hoping that it would work, but still getting the same result, how do I go about it?