-
Couldn't load subscription status.
- Fork 3.2k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationkind: backwards incompatibleWould be backward incompatibleWould be backward incompatibletype: enhancementImprovements to functionalityImprovements to functionality
Description
pip install --download -> pip download
pip install --no-install -> pip unpack
pip install --no-download -> get rid of it (see comments from @g2p below)
along with this, move to mkdtemp build dirs (instead of static ones) in virtualenvs and global installs.
I think the --no-install/--no-download "workflow" is what fueled the static build dirs pip has, which have caused so many problems.
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationkind: backwards incompatibleWould be backward incompatibleWould be backward incompatibletype: enhancementImprovements to functionalityImprovements to functionality