mirror of https://github.com/ansible/ansible.git
django_manage need not require virtualenv in PATH
The virtualenv parameter to the django_manage command is used to locate the virtualenv and build it if necessary. Access to the virtualenv executable is only needed if the virtualenv directory doesn't exist and needs to be built. This patch allows for the situation where a virtualenv that is not in the PATH was used to create a virtualenv prior to running the django_manage module.reviewable/pr18780/r1
parent
621ce30979
commit
5e77eb70e4
Loading…
Reference in New Issue