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?
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?