Delete an environment (remove all packages)

conda

  • Package, dependency and environment management for any programming language.
    Some subcommands such as `conda create` have their own usage documentation.
    More information: <https://github.com/conda/conda>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

conda remove --name {{environment_name}} --all

click the source code to copy install conda on any operating system with command-not-found.com