Merge pull request #7808 from joelcrocker/patch-1
Updates django_manage so it populates VIRTUAL_ENV
This commit is contained in:
commit
5568b50960
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ def _ensure_virtualenv(module):
|
|||
_fail(module, vcmd, out_venv, err_venv)
|
||||
|
||||
os.environ["PATH"] = "%s:%s" % (vbin, os.environ["PATH"])
|
||||
os.environ["VIRTUAL_ENV"] = venv_param
|
||||
|
||||
def createcachetable_filter_output(line):
|
||||
return "Already exists" not in line
|
||||
|
|
Loading…
Reference in a new issue