base#
Dynamic installer loading.
Functions#
|
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.,
condaorpip).file -- Optional path to the environment file, included in error output.
- Raises:
InvalidInstaller -- If no installer module can be imported for
name.