python3 -m venv tutorial-env
python3 -m venv /path/to/new/virtual/environment
$ virtualenv -p /usr/bin/python2.7 venv