--spec <SPEC> | -s | Matchspecs of packages to install. Can be specified multiple times. When provided, disables automatic package guessing. |
--with <SPEC> | -w | Additional matchspecs to install alongside the guessed package. Cannot be combined with --spec. |
--channel <CHANNEL> | -c | The channel to search for packages. Can be specified multiple times. Defaults to conda-forge. |
--platform <PLATFORM> | -p | The platform to create the environment for. Defaults to the current platform. |
--force-reinstall | | Always create a new environment, even if a cached one exists. |
--list[=REGEX] | | List packages in the environment before executing the command. Optionally filter by regex. |
--no-modify-ps1 | | Disable modification of the PS1 prompt to indicate the temporary environment. |