Changes between Initial Version and Version 1 of Ticket #1220, comment 31


Ignore:
Timestamp:
2014-03-17T18:26:25Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1220, comment 31

    initial v1  
    11On #2055, dstufft wrote:
    2 > FWIW pip --no-download is bad and you shouldn't use it. If you want to do that you should donwload 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 donwload 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 ...]]}}}.