linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

How do use Pygradle tasks with a custom virtualenv name. #338

Open Ryan-Gordon1 opened 4 years ago

Ryan-Gordon1 commented 4 years ago

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 ?