[docs] [issue35135] pip install --download option does not exist

Pedro report at bugs.python.org
Thu Nov 1 10:09:14 EDT 2018


New submission from Pedro <pgacv2+pythonbugs at gmail.com>:

https://pip.pypa.io/en/stable/user_guide/#installing-from-local-packages states that you can use a --directory option with the install subcommand. This fails with pip 18.1 on both Python 2.7 on SLES12 and Python 3.6 on Windows 10:

==========

pip install --download my_dir -r reqs.txt

Usage:
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --download

----------
assignee: docs at python
components: Documentation
messages: 329069
nosy: docs at python, pgacv2
priority: normal
severity: normal
status: open
title: pip install --download option does not exist
type: behavior
versions: Python 2.7, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35135>
_______________________________________


More information about the docs mailing list