pygradle icon indicating copy to clipboard operation
pygradle copied to clipboard

How do use Pygradle tasks with a custom virtualenv name.

Open Ryan-Gordon1 opened this issue 5 years ago • 0 comments

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 ?

Ryan-Gordon1 avatar Feb 17 '20 16:02 Ryan-Gordon1