Options (2)
-f, --filebooleanCreate an environment from an environment file (YAML, TXT, etc.)
Example:
conda env create {{[-f|--file]}} {{path/to/file}}-n, --namebooleanDelete an environment and everything in it
Example:
conda env remove {{[-n|--name]}} {{environment_name}}Examples (7)
Create an environment from an environment file (YAML, TXT, etc.)
conda env create [-f|--file] path/to/fileDelete an environment and everything in it
conda env remove [-n|--name] environment_nameUpdate an environment based on an environment file
conda env update [-f|--file] path/to/file --pruneList all environments
conda env listList environment variables
conda env config vars listmade by @shridhargupta | data from tldr-pages