getEnvironmentPackages¶
- lsst.utils.packages.getEnvironmentPackages(include_all: bool = False) Dict[str, str]¶
- Get products and their versions from the environment. - Parameters:
- Returns:
 - Notes - We use EUPS to determine the version of certain products (those that don’t provide a means to determine the version any other way) and to check if uninstalled packages are being used. We only report the product/version for these packages unless - include_allis- True.