<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class="">Ok, so neither Python 2.7 nor Python 3.x’s ensure pip command will install a</div><div class="">``pip`` binary by default without a flag. That's fine with me, just wanted to</div><div class="">make sure it made sense for Python 2.x. Thanks!</div></div><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 3, 2014, at 8:31 PM, Guido van Rossum <<a href="mailto:guido@python.org" class="">guido@python.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><p dir="ltr" class="">That is copying the (alt)install targets of Python's own Makefile, and I think those are exactly right.</p>
<div class="gmail_quote">On Oct 3, 2014 3:07 PM, "Donald Stufft" <<a href="mailto:donald@stufft.io" class="">donald@stufft.io</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm working on the backport of ensurepip to Python 2.7, and I realized that<br class="">
I'm not sure which commands to install. Right now by default pip (outside of<br class="">
the context of ensurepip) will install pip, pip2, and pip2.7 if installed in<br class="">
Python 2.7. In Python 3's ensurepip we modified it so that it would install<br class="">
pip3, and pip3.4, but *not* pip if it was an "install", and only pip3.4 if it<br class="">
was an "alt install".<br class="">
<br class="">
My question is, does this behavior make sense for ensurepip in 2.7? Or should<br class="">
it also install the "pip" command if it is an "install"?<br class="">
<br class="">
---<br class="">
Donald Stufft<br class="">
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA<br class="">
<br class="">
_______________________________________________<br class="">
Python-Dev mailing list<br class="">
<a href="mailto:Python-Dev@python.org" class="">Python-Dev@python.org</a><br class="">
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank" class="">https://mail.python.org/mailman/listinfo/python-dev</a><br class="">
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/guido%40python.org" target="_blank" class="">https://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">---</div><div class="">Donald Stufft</div><div class="">PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA</div></div></div>
</div>
<br class=""></body></html>