[issue26665] pip is not bootstrapped by default
New submission from Axel Luttgens: Relevant page: https://docs.python.org/2/library/ensurepip.html One may read: In most cases, end users of Python shouldn’t need to invoke this module directly (as pip should be bootstrapped by default), but it may be needed if installing pip was skipped when installing Python (or when creating a virtual environment) or after explicitly uninstalling pip. As far as I correctly read the configure file that comes with the 2.7.11 tarball, the default is to behave as if --with-ensurepip=no had been passed. As a result, that sentence fragment: (as pip should be bootstrapped by default) may appear somewhat ambiguous for those compiling Python themselves. Perhaps could this one avoid some head scratching: (as packagers are expected to have bootstrapped pip) HTH, Axel ---------- assignee: docs@python components: Documentation messages: 262610 nosy: Axel, docs@python priority: normal severity: normal status: open title: pip is not bootstrapped by default type: enhancement versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26665> _______________________________________
Changes by Axel Luttgens <axel.luttgens@skynet.be>: ---------- title: pip is not bootstrapped by default -> pip is not bootstrapped by default on 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26665> _______________________________________
Roundup Robot added the comment: New changeset 4fc0154ec84a by Brett Cannon in branch '3.5': Issue #26665: Remove mis-use of ``$`` in activate.fish. https://hg.python.org/cpython/rev/4fc0154ec84a ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26665> _______________________________________
Changes by Zachary Ware <zachary.ware@gmail.com>: ---------- Removed message: http://bugs.python.org/msg269614 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26665> _______________________________________
Martin Panter added the comment: Revision 4fc0154ec84a links here, but actually seems to be discussed in Issue 26348 and Issue 26664 instead. ---------- nosy: +martin.panter _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26665> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: As 2.7 is now EOL, I'm closing the issue. Thanks for the report anyway, Axel! ---------- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue26665> _______________________________________
participants (4)
-
Axel Luttgens -
Martin Panter -
Roundup Robot -
Zachary Ware