Function interoptopus_backend_cpython_cffi::run_python_if_installed[][src]

pub fn run_python_if_installed<P: AsRef<Path>>(
    path: P,
    file: &str
) -> Result<String, Error>
Expand description

If python is installed, run the given file from path, ignore and succeed otherwise.