pub fn python_path_with_versions(
temp_dir: &ChildPath,
python_versions: &[&str],
) -> Result<OsString>Expand description
Create a PATH with the requested Python versions available in order.
Generally this should be used with UV_TEST_PYTHON_PATH.