sedillo

Results 2 issues of sedillo

Potential fix for the virtualenv describe here: https://github.com/teslamotors/ansible_puller/issues/50 The PR uses venv instead of virtualenv to create the virtual environment.

### Description Currently `makeVenv` function relies on the `virtualenv` executable to create a virtual environment. However, this approach can lead to issues with specific Python versions and dependencies. ### Current...