Zanie Blue
                                            Zanie Blue
                                        
                                    What's the use-case? I've added an svg icon in another branch: https://github.com/astral-sh/uv/blob/a80e4c880b5db04101d386c892a6e86bad6286a4/docs/theme/favicon.svg
I'm just wondering about the use-case so we know what kind of asset to provide :)
Do you have write permissions to the directory? Can you share verbose logs for `pip` and `uv pip`?
@Alsiri0n this issue is for using uv with Nix, which it looks like you're not using. We don't install `pip` in new virtual environments by default, you want `uv venv...
The help menu is also generally way more verbose than I need. I end up seeing options that are very advanced. I wonder if there's anything to be done about...
Nope. I'll take care of it though.
I did this now
Interesting idea! Makes some sense, though I'm also not quite sure how it should be expressed and if it's feasible.
Yeah that seems incorrect. I wouldn't expect overrides to throw that warning at all (even if they're not an "elimination") cc @konstin
In brief, I think we should: 1. Change sync to always remove extraneous packages. This is the common understanding on sync. 2. Implement an opt-out option for removal during sync,...