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 MB113
Recipients MB113, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-06-30.12:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625057041.78.0.250792490415.issue44540@roundup.psfhosted.org>
In-reply-to
Content
If your virtual env Scripts folder is in a path with a special character (for batch-scripts) it will give this error:  

The system cannot find the path specified.

In my case it was a '&' in my path.

Now I see that the fix from specifically this issue: https://bugs.python.org/issue36634 has caused my problems.

So in the end neither works.
set "VIRTUAL_ENV=__VENV_DIR__" doesn't work with quotes
set VIRTUAL_ENV=__VENV_DIR__  doesn't work with 'special chars' (&*)
History
Date User Action Args
2021-06-30 12:44:01MB113setrecipients: + MB113, paul.moore, tim.golden, zach.ware, steve.dower
2021-06-30 12:44:01MB113setmessageid: <1625057041.78.0.250792490415.issue44540@roundup.psfhosted.org>
2021-06-30 12:44:01MB113linkissue44540 messages
2021-06-30 12:44:01MB113create