I seem to have the opposite issue of this stackoverflow question. Somehow every time I create a virtual environment it is creating the POSIX setup instead of Windows.
So I am running the below command in Windows 7:
virtualenv venv
And I get the wrong dir structure (POSIX):
-venv
-bin
-include
-lib
How do I fix this? Is there a virtualenv option or a config somewhere I can adjust? I would like it to create:
-venv
-Include
-Lib
-Scripts