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
Date 2019-04-15.14:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555337759.6.0.97149991925.issue36634@roundup.psfhosted.org>
In-reply-to
Content
After creating a virtual environment on win 7 (64bit) with:
py -3.7 -m venv venv

Running venv\Scripts\activate.bat will yield this result:
\Common was unexpected at this time.
(venv) C:\...

My PATH variable contains a path that starts with:
C:\Program Files (x86)\Common Files\...

To me this looks like this issue for virtualenv:
https://github.com/pypa/virtualenv/issues/35
https://github.com/pypa/virtualenv/pull/839

Running:
(venv) C:\Tools\venv_test>where python
C:\Python34\python.exe

This is my default python on PATH. Doing this with virtualenv:
(virtualenv) C:\Tools\venv_test>where python
C:\Tools\venv_test\virtualenv\Scripts\python.exe
C:\Python34\python.exe

I really hope this is not a duplicate.
History
Date User Action Args
2019-04-15 14:15:59BWenzelsetrecipients: + BWenzel
2019-04-15 14:15:59BWenzelsetmessageid: <1555337759.6.0.97149991925.issue36634@roundup.psfhosted.org>
2019-04-15 14:15:59BWenzellinkissue36634 messages
2019-04-15 14:15:59BWenzelcreate