how to start python environment code example Example 1: how to create a python venv python3 -m venv tutorial-env Example 2: create new python environment py -m venv env