Options (1)
-n, --namebooleanRemove a list of packages from the specified environment
Example:
conda remove {{[-n|--name]}} {{environment_name}} {{package1 package2 ...}}Examples (4)
Remove `scipy` from the currently active environment
conda remove scipyRemove a list of packages from the specified environment
conda remove [-n|--name] environment_name package1 package2 ...Remove all packages and the environment itself
conda remove [-n|--name] environment_name --allRemove all packages, but keep the environment
conda remove [-n|--name] environment_name --all --keep-envmade by @shridhargupta | data from tldr-pages