uv
uv copied to clipboard
Error message when running uv venv and having a .python-version file
In my project i have a .python-version file I want to create a virtual env with the commands
uv venv
or
uv venv myvenv
But I got this error message "No interpreter found for executable name myproject
in managed installations or system path"
Is there a way to force the creation of the virtual env ?