In command line of directory desired:
virtual venv
virtual venv --python=python3
source venv/bin/activate
We'll be using Python-lambda
Create new directory and call it whatever you want.
Enter new directory and run virtualvenv venv
from Terminal. If you don't have virtualenv, you can install it with pip install virtualenv
.