Message220126
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`. |
|
Date |
User |
Action |
Args |
2014-06-09 23:06:32 | eryksun | set | recipients:
+ eryksun, vinay.sajip, r.david.murray, Justin.Engel |
2014-06-09 23:06:32 | eryksun | set | messageid: <1402355192.66.0.385623145954.issue21699@psf.upfronthosting.co.za> |
2014-06-09 23:06:32 | eryksun | link | issue21699 messages |
2014-06-09 23:06:32 | eryksun | create | |
|