pub fn run_python_if_installed<P: AsRef<Path>>( path: P, file: &str, ) -> Result<String, Error>
If python is installed, run the given file from path, ignore and succeed otherwise.
python
path