createe venv with python version code example
Example 1: venv
python -m venv c:\path\to\myenv
Example 2: creating a virtual environment in python 3.8
c:\>python -m venv c:\path\to\myenv
python -m venv c:\path\to\myenv
c:\>python -m venv c:\path\to\myenv