Zanie Blue

Results 2957 comments of Zanie Blue

`python3.10` and `3.10` should be equivalent. `python -m uv pip compile -p 3.10` should use the active Python if it's 3.10 otherwise find the first Python 3.10 on your path,...

`python -m uv pip install -p 3.10 ...` feels more complicated since we don't want to install into the system without opt-in, maybe we should just error and say `--system`...

@charliermarsh can you link to what you're referring to? What do you mean by "did provide --python"?

Oh sorry 🤦‍♀️ I meant that to install into the system we should require a _path_ to a Python interpreter or the `--system` flag, that's kind of a separate from...

While this is nice to have I don't see a strong motivation to rush it, I'd rather come to a consensus in #2386 then assess if this meets the behavior...

I need to add an environment variable for this in #3266 — figure it will be a separate PR.

I would strongly recommend against managing uv as a Python package and use our installer and `uv self update` instead.

See also https://github.com/astral-sh/uv/issues/3347 for cross-platform lock files. I don't know if there's a clear todo here regarding per-platform overrides so I'm going to close this. Let me know if we're...

I suggest a similar thing in https://github.com/astral-sh/uv/issues/2222#issuecomment-1979838755 I'm not opposed to it.

Thanks! We should also clarify how `pip install --upgrade` is _different_ than this in our documentation.