pub fn create_venv( location: &Utf8Path, base_python: &Utf8Path, info: &InterpreterInfo, bare: bool, ) -> Result<(), Error>
Create a virtualenv and if not bare, install wheel, pip and setuptools.
wheel
pip
setuptools