[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d190cca2f47 by Nick Coghlan in branch '3.4': Close #20568: install unversioned pip command on Windows http://hg.python.org/cpython/rev/5d190cca2f47 New changeset 3f8ca67bde4d by Martin v. Löwis in branch '3.4': Issue #20568: Fix typo in pip option.

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-02 Thread Nick Coghlan
Nick Coghlan added the comment: Thanks Martin - my apologies for retyping the change (and introducing the error) rather than just applying the patch (I had assumed, perhaps incorrectly, that wouldn't apply cleanly due to the UAC changes, but obviously didn't properly check the retyped version aga

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: cherry-picking in issue20830 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16f91d87ff39 by Martin v. Löwis in branch 'default': Issue #20568: Fix typo in pip option. http://hg.python.org/cpython/rev/16f91d87ff39 -- ___ Python tracker

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-03-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: Unfortunately, the patch was incorrect. The option is called --default-pip, not --default-install (the patch had it right, but the committed change is wrong). As a consequence, the installer currently completely fails, as the unrecognized option causes a roll

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec42ab5e0cb3 by Nick Coghlan in branch 'default': Close #20568: install unversioned pip command on Windows http://hg.python.org/cpython/rev/ec42ab5e0cb3 -- nosy: +python-dev resolution: -> fixed stage: commit review -> committed/rejected st

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: Sorry, I had not noticed this issue so far. The patch looks fine, please apply. -- ___ Python tracker ___ _

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-24 Thread Nick Coghlan
Nick Coghlan added the comment: While it occurs to me that changing ensurepip's default behaviour on Windows is likely a better long term (3.5+) solution, I think passing the option in the installer is still the better near term (3.4 rc3/final) solution. -- _

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-24 Thread Nick Coghlan
Nick Coghlan added the comment: And if that means we need an rc3, then we should *absolutely* do one. It's that important. -- ___ Python tracker ___

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-24 Thread Nick Coghlan
Nick Coghlan added the comment: This was still missing from rc2 - this is a *serious* usability issue on Windows and needs to be fixed before 3.4 final. POSIX already has the python/python3 convention, so extending that to pip is reasonable. Windows has no such convention, and the "pip3" namin

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Martin? Do you concur? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-14 Thread Nick Coghlan
Nick Coghlan added the comment: Martin, the addition of "--default-install" to the ensurepip args is all that should be needed (it won't trigger if pip isn't upgraded, but rc2 will contain 0.15.3 to fix a couple of glitches that remained in rc1) -- assignee: ncoghlan -> loewis keywords

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-13 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan priority: deferred blocker -> release blocker title: Pass --default-install to ensurepip in the Windows installers? -> Pass --default-install to ensurepip in the Windows installers ___ Python tracke

[issue20568] Pass --default-install to ensurepip in the Windows installers?

2014-02-09 Thread Paul Moore
Paul Moore added the comment: I had not noticed that, but yes. It would be unreasonable on Windows to install pip3 and pip3.4 but not plain pip. So +1 on this change. (In fact, on Windows, omitting the versioned names would conform more closely to how Python is installed, but it's not somethin

[issue20568] Pass --default-install to ensurepip in the Windows installers?

2014-02-08 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +Marcus.Smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20568] Pass --default-install to ensurepip in the Windows installers?

2014-02-08 Thread Nick Coghlan
New submission from Nick Coghlan: Installing 3.4b3 on Windows to test issue 20053, I was surprised to find that after installation, "pip install " didn't work. I had forgotten that due to the flat executable namespace on POSIX systems, we only install pip3 and pip3.4 by default - you have to p