查看命令行帮助#

Viewing command-line help

要查看受支持的 conda 命令列表,请在终端窗口中运行:

conda --help

conda -h

要获取特定命令的帮助,请键入命令名称,后跟“--help”。

示例

要查看“create”命令的帮助,请在终端窗口中运行:

conda create -h

备注

您可以在 commands 中看到相同的命令帮助。

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

备注

You can see the same command help in commands.