Viewing command-line help#
To see a list of supported conda commands, in your terminal window, run:
conda --help
or
conda -h
To get help for a specific command, type the command name
followed by --help
.
Example
To see help for the create
command, in your terminal window, run:
conda create -h
Note
You can see the same command help in commands.