make new py env enviroment code example
Example 1: python createvirtual env
python3 -m venv tutorial-env
Example 2: create an env in python
if you configured the PATH and PATHEXT variables for your Python installation:
c:\>python -m venv c:\path\to\myenv