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.pull/5323/head
parent
ea8cd62b19
commit
a3dcac0a0f
Loading…
Reference in New Issue