pub fn prepend_path_to_env_var( var_name: &str, new_path: PathBuf, ) -> Result<OsString>
Prepends the path so that it’s the first checked.