install virtualenv for window code example
Example 1: install virtualenv
pip install virtualenv
activate it by doing this:
cd myproject/Scripts/activate
Example 2: pip install virtualenv windows
where python
.../env/bin/python.exe
pip install virtualenv
activate it by doing this:
cd myproject/Scripts/activate
where python
.../env/bin/python.exe