Changes between Version 1 and Version 2 of Ticket #1220, comment 28
- Timestamp:
- 2014-01-02T21:03:54Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1220, comment 28
v1 v2 3 3 -d, --download <dir> 4 4 5 Download packages into <dir> instead of installing 6 them, regardless of what’s already installed. 5 Download packages into <dir> instead of installing 6 them, regardless of what’s already installed. 7 7 8 --download-cache <dir> 8 9 9 Cache downloaded packages in <dir>. 10 Cache downloaded packages in <dir>. 11 10 12 --src <dir> 11 13 12 Directory to check out editable projects into. 13 The default in a virtualenv is “<venv path>/src”. 14 The default for global installs is 15 “<current dir>/src”. 14 Directory to check out editable projects into. 15 The default in a virtualenv is “<venv path>/src”. 16 The default for global installs is 17 “<current dir>/src”. 18 16 19 -U, --upgrade 17 20 18 Upgrade all packages to the newest available 19 version. This process is recursive regardless of 20 whether a dependency is already satisfied. 21 Upgrade all packages to the newest available 22 version. This process is recursive regardless of 23 whether a dependency is already satisfied. 24 21 25 --force-reinstall 22 26 23 When upgrading, reinstall all packages even if 24 they are already up-to-date. 27 When upgrading, reinstall all packages even if 28 they are already up-to-date. 29 25 30 -I, --ignore-installed 26 31 27 Ignore the installed packages (reinstalling 28 instead). 32 Ignore the installed packages (reinstalling 33 instead). 34 29 35 --no-deps 30 36 31 Don’t install package dependencies. 37 Don’t install package dependencies. 38 32 39 --no-install 33 40 34 Download and unpack all packages, but don’t 35 actually install them. 41 Download and unpack all packages, but don’t 42 actually install them. 43 36 44 --no-download 37 45 38 Don’t download any packages, just install the39 ones already downloaded (completes an install run40 with –no-install).46 Don’t download any packages, just install the 47 ones already downloaded (completes an install run 48 with –no-install). 41 49 }}} 42 50