pub fn find_pythons_from_path( path: &PathBuf, as_interpreter: bool, ) -> Vec<PythonVersion>
Find all Python versions under the given path.
path: The path to search for Python versions under. as_interpreter: Whether to use the path as an interpreter. Must not be true if it might be a wrapper script.
A list of Python versions found under the given path.