mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Nguyễn Gia Phong
b28e2c4928
Previously, during dependency resolution for `pip download -d <dir>` or `pip wheel -w <dir>`, distributions downloaded are always saved to <dir>, even for those are only used in backtracking and are not part of the returned requirement set.
2 lines
135 B
ReStructuredText
2 lines
135 B
ReStructuredText
Avoid polluting the destination directory by resolution artifacts
|
|
when the new resolver is used for ``pip download`` or ``pip wheel``.
|