Function mamba::mamba_to_python

source ·
pub fn mamba_to_python(
    source: &[(String, Option<PathBuf>)],
    source_dir: &PathBuf,
    pipeline_args: &PipelineArguments
) -> Result<Vec<String>, Vec<String>>
Expand description

Convert mamba source to python source.

For each mamba source, a path can optionally be given for display in error messages. This path is not necessary however.