cmd create python virtualenv code example
Example 1: windows activate venv
venv\Scripts\activate
Example 2: venv
python -m venv c:\path\to\myenv
Example 3: start python virtual
activate venv
venv\Scripts\activate
python -m venv c:\path\to\myenv
activate venv