pub fn get_path_from_env(
    var: &str,
    should_ignore: &mut bool
) -> BoxResult<Option<PathBuf>>