Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try using
virtualenv
for venv creation if possible
In e035637 I flipped this to use `python -m venv` but some environments (staging) don't have that, so let's restore the old behavior of using `virtualenv`, but fall back to `python -m venv` if the former fails.
- Loading branch information