py venv env code example Example 1: python virtual env $ cd project_folder $ virtualenv venv Example 2: python virtualenv venv python -m venv venv