[issue26665] pip is not bootstrapped by default on 2.7

2020-04-26 Thread Zachary Ware


Zachary Ware  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default on 2.7

2016-06-30 Thread Martin Panter

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default on 2.7

2016-06-30 Thread Zachary Ware

Changes by Zachary Ware :


--
Removed message: http://bugs.python.org/msg269614

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default on 2.7

2016-06-30 Thread Roundup Robot

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default on 2.7

2016-03-29 Thread Axel Luttgens

Changes by Axel Luttgens :


--
title: pip is not bootstrapped by default -> pip is not bootstrapped by default 
on 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26665] pip is not bootstrapped by default

2016-03-29 Thread Axel Luttgens

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com