-
Create a directory cm and go to that directory
mkdir cm && cd cm
-
Create a virtual environment called ENV3
py -m venv ENV3
-
Activate the newly created virtual environment
ENV3\Scripts\activate.bat
-
When done with the environment, deactivate it
deactivate
Reference: <https://www.techcoil.com/blog/how-to-create-a-python-3-virtual -environment-in-windows-10/>