py activate env code example Example 1: how to make a virtual environment in python py -m venv env Example 2: how to activate venv python python3 -m venv tutorial-env