[issue21699] Windows Python 3.4.1 pyvenv doesn't work in directories with spaces.

Nick Coghlan report at bugs.python.org
Sun Oct 5 04:31:34 CEST 2014


Nick Coghlan added the comment:

Also reducing the priority back to "normal" - the docs at https://docs.python.org/3/installing/ already specifically recommend the "python -m pip" spelling because it's the most universal.

Calling "pip" directly is known to fail in a variety of situations. For example, at system level on *nix systems, it invokes the Python 2 version - you have to call "pip3" to get the Python 3 version. On Windows, if the Scripts directory isn't on PATH, calling pip directly also doesn't work.

This bug just adds another scenario to that existing list.

(I filed https://github.com/pypa/python-packaging-user-guide/issues/107 to suggest also making the "pip -> python -m pip" switch in PyPUG examples)

----------
priority: critical -> normal

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


More information about the Python-bugs-list mailing list