Zanie Blue
Zanie Blue
@lorenzwalthert I think you should use a platform marker instead for that use-case?
@konstin could you take a look at this?
@jaklan you can see the extended documentation at https://docs.astral.sh/uv/reference/cli/#uv-sync or `uv help sync`.
The end of `uv sync --help` suggests the longer option and we cover this at https://docs.astral.sh/uv/getting-started/help/ — let me know if there's anything more we can do to emphasize that...
Fine with mentioning this in a tip or something. Pinning to a version is already more than most people do — if you're in a serious production environment you should...
Still encountering this. hm.
Needed to run `uv python install`
And what do you expect to happen if you do `uv tool install --with foo black httpx`?
Sorry that's not answering my question — what do you expect ot happen when you use `--with` or other flags with multiple install targets?
So the problem here is `uv tool install tool1 tool2` is fine but once other flags are included, e.g., `--with plugin1` it doesn't make sense if `plugin1` should be applied...