Changes between Version 1 and Version 2 of Ticket #1220, comment 31
- Timestamp:
- 2014-03-17T18:40:31Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1220, comment 31
v1 v2 1 1 On #2055, dstufft wrote: 2 > FWIW {{{pip --no-download}}} is bad and you shouldn't use it. If you want to do that you should do nwload the packages to a directory (you can use {{{pip install --download <directory> [package [package ...]]}}} for that) and then use {{{pip install --no-index -find-links <directory> [package [package ...]]}}}.2 > FWIW {{{pip --no-download}}} is bad and you shouldn't use it. If you want to do that you should download the packages to a directory (you can use {{{pip install --download <directory> [package [package ...]]}}} for that) and then use {{{pip install --no-index -find-links <directory> [package [package ...]]}}}.