def _venv_local(): with shell_env(DJANGO_SETTINGS_MODULE=SETTINGS_MODULE): with prefix('. %s/bin/activate' % VENV_PATH): yield