$ python --version Python 2.7.13 $ python -m venv .env /usr/bin/python: No module named venv $ python3 -m venv .env The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the...