I'm wondering if it's worth using [`venv`](https://docs.python.org/3/library/venv.html) if available instead of `virtualenv`. That would also skip having to install `virtualenv` in the first place.
I'm wondering if it's worth using
venvif available instead ofvirtualenv. That would also skip having to installvirtualenvin the first place.