main#

Entry point for all conda subcommands.

Functions#

init_loggers()

main_subshell(*args[, post_parse_hook])

Entrypoint for the "subshell" invocation of CLI interface. E.g. conda create.

main_sourced(shell, *args, **kwargs)

Entrypoint for the "sourced" invocation of CLI interface. E.g. conda activate.

main(*args, **kwargs)

init_loggers()#
main_subshell(*args, post_parse_hook=None, **kwargs)#

Entrypoint for the "subshell" invocation of CLI interface. E.g. conda create.

main_sourced(shell, *args, **kwargs)#

Entrypoint for the "sourced" invocation of CLI interface. E.g. conda activate.

main(*args, **kwargs)#