Skip to main content

python_path_with_versions

Function python_path_with_versions 

Source
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.