Bug: uv venv
on windows cannot find python from pyenv
#1660
Labels
bug
Something isn't working
virtualenv
Related to virtual environments
windows
Specific to the Windows platform
On Windows I use pyenv to manage python versions. Currently 3.10.8 is installed. And I never installed python via downloadable installer.
On clean windows
py
andpython
point to a shim that Windows created atC:\Users\warch\AppData\Local\Microsoft\WindowsApps\python.exe
- that thing is not a real python - if you runpython
orpy
Windows opens Microsoft Store, and will propose to install python from the Store.Bug description:
On Windows
uv venv
usespy --list-versions
to get python, and I thinkuv
could do more checks to ensurepy
exists, to check ifpyenv
is installed, etc:(very rough python implementation of possible checks):
The text was updated successfully, but these errors were encountered: