python activate a venv code example
Example 1: venv
python -m venv c:\path\to\myenv
Example 2: how to activate the pytho virtual environment
mypthon\Scripts\activate
python -m venv c:\path\to\myenv
mypthon\Scripts\activate