Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a venv for Python dependency tooling
The version of Python installed as a system package is marked as externally managed per PEP 668 and the pipenv Python package is not available as a system package. Therefore we need to create a venv for the Python packages we use for setup (pip, setuptools, wheel, and pipenv).
- Loading branch information