LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-notices

Retrieve and display channel notices

TLDR

Show channel notices
$ conda notices
copy
Show notices from a specific channel
$ conda notices -c [channel_name]
copy

SYNOPSIS

conda notices [options]

DESCRIPTION

conda notices retrieves and displays notices from conda channels. Channels can publish important announcements, deprecation warnings, or security advisories that are shown through this command. Notices are cached locally and only fetched again after the cache expires.

PARAMETERS

-c, --channel CHANNEL

Include the given channel. Can be specified multiple times.
--use-local
Use locally built packages.
--override-channels
Do not search default or .condarc channels. Requires --channel.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

SEE ALSO

Copied to clipboard
Kai