Files
cheatsheet-tldr/tldr/conda-notices
2025-10-21 00:19:51 +00:00

22 lines
529 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`