venv in Python 3.9.0 code example
Example 1: python virtualenv venv
python -m venv venv
Example 2: creating a virtual environment in python 3.8
c:\>python -m venv c:\path\to\myenv
python -m venv venv
c:\>python -m venv c:\path\to\myenv