Postulate is the best way to take and share notes for classes, research, and other learning.
When choosing python interpreter in vscode, make sure it's the venv for all the packages you installed to actually turn green!


To install virtualenv for a specific python version, instead of running mkdir [envName], run the following code instead:
virtualenv --python="/usr/bin/python2.6" "/path/to/new/virtualenv/"example:
virtualenv --python="/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7" "/Users/amyli/Envs/env2"
Traversing the Latch SDK