main_remove#

CLI implementation for conda-env remove.

Removes the specified conda environment.

Functions#

configure_parser(sub_parsers)

execute(args, parser)

Attributes#

_help

_description

_example

_help = 'Remove an environment'#
_description#
_example = Multiline-String#
Show Value
"""

Examples:

    conda env remove --name FOO
    conda env remove -n FOO
"""
configure_parser(sub_parsers)#
execute(args, parser)#