snippetbashTip
conda notices — Retrieve latest channel notifications. More information: <https://docs.conda.io/projects/conda/en/la
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 noticesInclude a specific channel:
conda notices {{[-c|--channel]}} {{channel_name}}Ignore default and
.condarc channels:conda notices {{[-c|--channel]}} {{channel_name}} --override-channelsCode Snippets
Show notices for the default channel and all `.condarc` channels
conda noticesInclude a specific channel
conda notices {{[-c|--channel]}} {{channel_name}}Ignore default and `.condarc` channels
conda notices {{[-c|--channel]}} {{channel_name}} --override-channelsContext
tldr-pages: common/conda notices
Revisions (0)
No revisions yet.