Skip to content

Instantly share code, notes, and snippets.

@dshipp
dshipp / pylint_environment_vars.src
Created February 14, 2013 10:04
A virtualenv can also be invoked by setting environment variables, rather than the normal activate script
VIRTUAL_ENV=/opt/myenv
PATH=$VIRTUAL_ENV/bin:$PATH