pub fn resolve_python_distribution_from_location(
    location: &PythonDistributionLocation,
    distributions_dir: &Path
) -> Result<(PathBuf, PathBuf)>
Expand description

Resolve a Python distribution archive.

Returns a tuple of (archive path, extract directory).