# On Windows, invoke the venv command as follows: # {1} = your python path or you can type python if you make a path # {2} = your virtual enviroment path + (your VI name) or type the name directly # {1} -m venv {2} python -m venv my_venv_name