HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

conda notices — Retrieve latest channel notifications. More information: <https://docs.conda.io/projects/conda/en/la

Submitted by: @import:tldr-pages··
0
Viewed 0 times
notificationscommandlatestretrievechannelclimoreconda notices

Problem

How to use the conda notices command: Retrieve latest channel notifications. More information: <https://docs.conda.io/projects/conda/en/latest/commands/notices.html>.

Solution

conda notices — Retrieve latest channel notifications. More information: <https://docs.conda.io/projects/conda/en/latest/commands/notices.html>.

Show notices for the default channel and all .condarc channels:
conda notices


Include a specific channel:
conda notices {{[-c|--channel]}} {{channel_name}}


Ignore default and .condarc channels:
conda notices {{[-c|--channel]}} {{channel_name}} --override-channels

Code Snippets

Show notices for the default channel and all `.condarc` channels

conda notices

Include a specific channel

conda notices {{[-c|--channel]}} {{channel_name}}

Ignore default and `.condarc` channels

conda notices {{[-c|--channel]}} {{channel_name}} --override-channels

Context

tldr-pages: common/conda notices

Revisions (0)

No revisions yet.