A self command to manage your base environment safely.
$ conda self
usage: conda self [-V] [-h] {install,remove,reset,update} ...
Manage your conda 'base' environment safely.
options:
-V, --version Show the 'conda-self' version number and exit.
-h, --help Show this help message and exit.
subcommands:
{install,remove,reset,update}
install Add conda plugins to the 'base' environment.
remove Remove conda plugins from the 'base' environment.
reset Reset 'base' environment to essential packages only.
update Update 'conda' and/or its plugins in the 'base' environment.
conda install -n base conda-selfconda self --help
See CONTRIBUTING.md