pub fn python_installations_for_versions(
temp_dir: &ChildPath,
python_versions: &[&str],
download_list: &ManagedPythonDownloadList,
) -> Result<Vec<PathBuf>>Expand description
Returns a list of Python executables for the given versions.
Generally this should be used with UV_TEST_PYTHON_PATH.