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 BWenzel
Recipients BWenzel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-04-16.08:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555402558.16.0.966891593951.issue36634@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-16 08:15:58BWenzelsetrecipients: + BWenzel, paul.moore, tim.golden, zach.ware, steve.dower
2019-04-16 08:15:58BWenzelsetmessageid: <1555402558.16.0.966891593951.issue36634@roundup.psfhosted.org>
2019-04-16 08:15:58BWenzellinkissue36634 messages
2019-04-16 08:15:58BWenzelcreate