uv icon indicating copy to clipboard operation
uv copied to clipboard

UV path not added to enviroment using windows pip install

Open 2zzly opened this issue 11 months ago • 2 comments

c:>pip install uv Defaulting to user installation because normal site-packages is not writeable Collecting uv Using cached uv-0.1.15-py3-none-win_amd64.whl.metadata (21 kB) Using cached uv-0.1.15-py3-none-win_amd64.whl (8.3 MB) Installing collected packages: uv Successfully installed uv-0.1.15

c:>uv 'uv' is not recognized as an internal or external command, operable program or batch file.

2zzly avatar Mar 07 '24 20:03 2zzly

If you pip install other programs, are you able to access them?

charliermarsh avatar Mar 07 '24 20:03 charliermarsh

I think this is not an issue with uv but rather with the original Python install.

charliermarsh avatar Apr 28 '24 15:04 charliermarsh