pub fn build_install_command( language_id: &str, package: &str, ) -> Option<Command>
Build a full install command for a package in the given language. Returns None if the language has no package manager.