Zanie Blue
Zanie Blue
We have all the plumbing to do this, I'm not sure where it fits on our roadmap though. I'm curious how this would relate to - #1510
It seems unlikely we'll add another option for direct input to `pip compile` unless we get a lot of feedback that piping is insufficient — I think it's not common...
Thanks for the additional context. I wonder what we can provide for people who want to generate wheels for all their dependencies though. It makes sense for pre-building and sharing...
Thanks for the clear issue!
Hi @mcrumiller you can use `UV_INDEX_URL` instead. We may want to add all of our environment variables to the README, but they are currently listed in the `--help` output e.g....
This is still under consideration, but the comment at https://github.com/astral-sh/uv/issues/1789#issuecomment-1978810917 explains our current stance well.
@RichardDally could you please create a new issue if this is not related to `pip.conf` support?
Okay, we are officially considering support for this feature. Here is my proposal. ### Require explicit selection of configuration files `pip` supports discovery of configuration files at various locations -...
> Maybe UV can auto discovery pip.conf in a virtual environment? What exactly do this mean? There's a `pip.conf` file _in_ the `.venv` folder?
Why not just export an environment variable selecting the configuration file? e.g. `UV_PIP_CONFIG=./.venv/pip.conf`?