base#

Dynamic installer loading.

Functions#

get_installer(name)

Load the environment installer module for the given name.

get_installer(name)#

Load the environment installer module for the given name.

Parameters:

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

Raises:

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