base#

Dynamic installer loading.

Functions#

get_installer(name, *[, file])

Load the environment installer module for the given name.

get_installer(name, *, file=None)#

Load the environment installer module for the given name.

Parameters:
  • name -- Installer name (e.g., conda or pip).

  • file -- Optional path to the environment file, included in error output.

Raises:

InvalidInstaller -- If no installer module can be imported for name.