run_python_if_installed

Function run_python_if_installed 

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