uv/docs/concepts
Charlie Marsh 72be5ffb25
Always reinstall local source trees passed to uv pip install (#12176)
## Summary

This ended up being more involved than expected. The gist is that we
setup all the packages we want to reinstall upfront (they're passed in
on the command-line); but at that point, we don't have names for all the
packages that the user has specified. (Consider, e.g., `uv pip install
.` -- we don't have a name for `.`, so we can't add it to the list of
`Reinstall` packages.)

Now, `Reinstall` also accepts paths, so we can augment `Reinstall` based
on the user-provided paths.

Closes #12038.
2025-03-17 21:12:21 +00:00
..
projects Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00
cache.md Always reinstall local source trees passed to uv pip install (#12176) 2025-03-17 21:12:21 +00:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
python-versions.md Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00
resolution.md Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00
tools.md Fix tool concept page headings (#12053) 2025-03-08 08:49:21 -06:00