pub fn run_process( name: &str, args: &[&str], envs: Option<HashMap<&str, &str>>, path: Option<&Path>, error_msg: &str, ) -> Result<()>
Run a process