Function tidy::ext_tool_checks::get_or_create_venv
source · fn get_or_create_venv(
venv_path: &Path,
src_reqs_path: &Path,
) -> Result<PathBuf, Error>
Expand description
Create a virtuaenv at a given path if it doesn’t already exist, or validate the install if it does. Returns the path to that venv’s python executable.