|
|
|
|
|
by silverwind
555 days ago
|
|
Indeed, python dug its own grave by not supporting in-directory venv. One can emulate it with tools like poetry and uv but that incurs a performance penalty that every script has to go through `poetry run` and `uv run` which is often a few hundret ms and unsuitable for performant CLIs. |
|