[issue36634] venv: activate.bat fails for venv with parentheses in PATH

Bastian Wenzel report at bugs.python.org
Tue Apr 16 04:15:58 EDT 2019


Bastian Wenzel <bastian.wenzel at posteo.de> added the comment:

Ok I think I found my problem. The system path of of my machine is ok but my user path contains a stray double quotation mark (") like this:

C:\Program Files\Git\bin";C:\Tools\antlr;C:\Program Files (x86)\Common Files\Oracle\Java\javapath ...

With this I am closing the double quotation of the .bat file too early and this leads to an early closing ).

If I remove it venv\Script\activate.bat behaves as expected. 

Sorry for taking up your time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36634>
_______________________________________


More information about the Python-bugs-list mailing list