Create a new environment with a specified name and install a given package

conda create

  • Create new conda environments.
    More information: <https://docs.conda.io/projects/conda/en/latest/commands/create.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

conda create --name {{env_name}} {{package_name}}

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