-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I like uv but ... This is the developer experience of this project on a typical OS:
$ make dev
uv venv
make: uv: No such file or directory
make: *** [Makefile:12: env/pyvenv.cfg] Error 127
$ What now?
- do I manually create a virtual env just so I can install the packages required to create the virtual env the makefile wants?
- Could there be an alternative here that Just Works as long as Python is installed?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request