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

2016-05-08 Thread Brett Cannon
Brett Cannon added the comment: Devinabox has moved to its own project at https://github.com/python/devinabox/issues/3 -- resolution: -> third party status: open -> closed ___ Python tracker

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

2014-03-21 Thread Brett Cannon
New submission from Brett Cannon: Probably the most complicated bit now for using devinabox is building the various bits of docs in a way that doesn't require mucking with the system python: * Having Python built * Creating a venv * Installing sphinx * Running the requisite Makefile with the

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

2014-03-21 Thread Donald Stufft
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