fn create_venv_at_path(path: &Path) -> Result<(), Error>
Expand description

Attempt to create a virtualenv at this path. Cycles through all expected valid python versions to find one that is installed.