pygradle
pygradle copied to clipboard
How do use Pygradle tasks with a custom virtualenv name.
Pygradle comes with pre-made tasks which is very handy for getting up and running after you figure out the gotchas. One gripe though is they all seem to depend on a virtualenv called venv. If you disable to createVirtualEnv tasks or use something else for virtualenv creation all the other premade tasks fail as they depend on an env called venv
Is there a way to change this for all tasks ?