You can try:
Create the environment (creates a folder in your current directory)
virtualenv env_name
activate the env:
./env_name/Scripts/activate