main_remove
#
DEPRECATED: Use conda.cli.main_env_remove instead.
CLI implementation for conda-env remove.
Removes the specified conda environment.
- _help = 'Remove an environment'#
- _description#
- _example = Multiline-String#
Show Value
""" Examples: conda env remove --name FOO conda env remove -n FOO """