uv icon indicating copy to clipboard operation
uv copied to clipboard

Error message when running uv venv and having a .python-version file

Open TheUncharted opened this issue 4 months ago • 2 comments

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 ?

TheUncharted avatar Oct 22 '24 10:10 TheUncharted