`create env python code example
Example: create an env in python
if you configured the PATH and PATHEXT variables for your Python installation:
c:\>python -m venv c:\path\to\myenv
if you configured the PATH and PATHEXT variables for your Python installation:
c:\>python -m venv c:\path\to\myenv