python set an venv envirionment code example
Example 1: adding a venv env python
# Open Powershell in the desired location, and run the script below.
python -m venv (environment name)
Example 2: python createvirtual env
python3 -m venv tutorial-env