create fresh python interpreter environment code example
Example 1: python venv create
python3 -m venv /path/to/new/virtual/environment
Example 2: activate venv
venv\Scripts\activate.bat
python3 -m venv /path/to/new/virtual/environment
venv\Scripts\activate.bat