Create a new environment, installing named packages into it

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 create --name {{environment_name}} {{python=3.9 matplotlib}}

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