This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pgacv2
Recipients docs@python, pgacv2
Date 2018-11-01.14:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541081354.04.0.788709270274.issue35135@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-11-01 14:09:14pgacv2setrecipients: + pgacv2, docs@python
2018-11-01 14:09:14pgacv2setmessageid: <1541081354.04.0.788709270274.issue35135@psf.upfronthosting.co.za>
2018-11-01 14:09:13pgacv2linkissue35135 messages
2018-11-01 14:09:13pgacv2create