[issue23121] pip.exe breaks if python 2.7.9 is installed under c:\Program Files\Python

Joshua Ellinger report at bugs.python.org
Sat Dec 27 16:10:13 CET 2014


New submission from Joshua Ellinger:

The problem is that the python path name is quoted if it contains spaces.  The launcher does not remove the extra quotes and fails.

I 'solved' by editing the pip.exe to remove the quotes.

ps - Windows programs are normally installed under c:\Program Files or c:\Program Files (x86).  That should be the default in the installer if possible.

----------
components: Windows
messages: 233133
nosy: joshuaellinger, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: pip.exe breaks if python 2.7.9 is installed under c:\Program Files\Python
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23121>
_______________________________________


More information about the Python-bugs-list mailing list