Zanie Blue
Zanie Blue
Hoping a good name comes to me overnight...
We could still support `--no-install-locals`, but I did https://github.com/astral-sh/uv/pull/6538 / https://github.com/astral-sh/uv/pull/6539 / https://github.com/astral-sh/uv/pull/6540 for now using this implementation
I'm not sure it makes sense to manage uv with uv, it creates a weird chicken and egg problem. You can definitely do `uvx uv@version` though!
Hm like `uv upgrade`? - Upgrade self - Upgrade all tools - Upgrade all Python versions Could be cool.
That is the case (we use `python` for `.py` files), but it can run any command in the environment context e.g. `uv add ruff && uv run ruff` — this...
As a minor note, Hatch and Poetry also recursive infinitely when used this way.
@araichev How do you do it with Poetry?
Thanks for the writeup! I'm pretty hesitant, honestly. This results in confusing behavior for users due to the module search path including the package by default. I think we may...
@danielgafni Sorry if I'm missing something here, but we just don't create a flat layout in `uv init` — as far as I know, uv itself should fully support flat...
Cool. I'm hesitant to merge this until we address https://github.com/astral-sh/uv/issues/6360