https://pypi.org/project/microvenv/ lets us ship a tool to create virtual environments even when `venv` isn't around. We can use https://bootstrap.pypa.io/pip/pip.pyz to bootstrap pip from PyPI by running `python pip.pyz install pip` from the virtual environment.