[issue21012] Figure out how to best leverage pip in devinabox

Donald Stufft report at bugs.python.org
Fri Mar 21 18:42:42 CET 2014


Donald Stufft added the comment:

Right now you can do ``pip install --download some/path --no-use-wheel <stuff>`` and then ``pip install --no-index --find-links some/path <stuff>``

In the future that'll be ``pip download`` instead probably.

----------
nosy: +dstufft

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21012>
_______________________________________


More information about the Python-bugs-list mailing list