Function create_venv

Source
pub fn create_venv(
    location: &Utf8Path,
    base_python: &Utf8Path,
    info: &InterpreterInfo,
    bare: bool,
) -> Result<(), Error>
Expand description

Create a virtualenv and if not bare, install wheel, pip and setuptools.