pyvenv virtualenv code example Example 1: virtual env in python python3 -m venv tutorial-env Example 2: python virtualenv python -m venv my_env