Assumes pip and virtualenv, and in a project directory with requirements.txt.
Run ./deps to create a virtual environment if needed, and install dependencies from requirements.txt.
Run ./inenv [command] to run a command within the virtualenv (e.g. ./inenv python application.py).