Primary
conda create ⚬|Documentation|1st|20251021001729-00-⌔
conda create — conda 25.7.0 documentation
conda createCreate a new conda environment from a list of specified packages.
Environments can be created from package specs on the command line, from an input file whose format is detected from its name or contents, or as a clone of an existing environment. See the epilog for the input formats available in your installation.
To use the newly-created environment, use ‘conda activate envname’. This command requires either the -n NAME or -p PREFIX option unless —dry-run or —download-only is specified.
usage: conda create [-h] [--clone ENV] [-n ENVIRONMENT | -p PATH] [-c CHANNEL] [--use-local] [-O] [--repodata-fn REPODATA_FNS] [--experimental {jlap,lock}] [--no-lock] [--repodata-use-zst | --no-repodata-use-zst] [--repodata-use-shards | --no-repodata-use-shards] [--strict-channel-priority] [--no-channel-priority] [--no-deps | --only-deps] [--no-pin] [--copy] [--no-shortcuts] [--shortcuts-only SHORTCUTS_ONLY] [--clobber] [-C] [-k] [--offline] [--json] [--console CONSOLE] [-v] [-q] [-d] [-y] [--download-only] [--show-channel-urls] [-f FILE] [--environment-specifier {cep-24,environment-yaml,env.yml,environment.yml,explicit,requirements.txt,requirements,reqs}] [--format FORMAT] [--no-default-packages] [--subdir SUBDIR] [--solver {classic,libmamba}] [--dev] [package_spec ...]Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •