This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Justin.Engel, eryksun, r.david.murray, vinay.sajip
Date 2014-06-09.23:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402355192.66.0.385623145954.issue21699@psf.upfronthosting.co.za>
In-reply-to
Content
The py.exe launcher relies on manual quoting in the shebang line. That's the case for the shebang embedded in this pip executable. The problem is the "simple launcher" used by distlib 0.1.8. It always quotes the executable, even if it's already quoted. This is fixed in distlib 0.1.9, which should be updated in the next release of pip.

https://bitbucket.org/pypa/distlib/issue/47

As a workaround, you can use `python -m pip`.
History
Date User Action Args
2014-06-09 23:06:32eryksunsetrecipients: + eryksun, vinay.sajip, r.david.murray, Justin.Engel
2014-06-09 23:06:32eryksunsetmessageid: <1402355192.66.0.385623145954.issue21699@psf.upfronthosting.co.za>
2014-06-09 23:06:32eryksunlinkissue21699 messages
2014-06-09 23:06:32eryksuncreate