Zanie Blue

Results 2979 comments of Zanie Blue

Maybe you want `uv venv --no-config` to avoid reading the file?

Are you saying that you had not run `uv python install 3.8` but you wanted us to install and use a managed Python version? `uv venv --python 3.8 -p managed...

I still don't quite follow what you're saying, because `--python-preference managed` matches out default and should have no effect. Anyway, you can also use `UV_PYTHON_PREFERENCE` to configure this globally.

I don't think we'll block commands for interactive prompting on which Python interpreter to use. We use whatever interpreter we can find to satisfy the Python version — this default...

Yep no problem! It's generated from the `uv help` reference which is more verbose than `uv --help`.

Hm I presumed support was added when they did upstream https://github.com/gribouille/netrc/issues/1 but maybe not. We should follow-up here.

Yeah it seems hard. Does Clap stop parsing options when it encounters `--help`? Do we need to invoke the short-help callback ourselves?

Note that packages using `script-files` have been the cause of various bug reports already. That may affect its inclusion in our build backend? I'm not familiar with the state of...

We're not really comfortable providing a shim for `pip` in environments (some discussion on that in https://github.com/astral-sh/uv/issues/1331) — it seems like complicated behavior for us to insert warnings when you...