SyntaxFix
Write A Post
Hire A Developer
Questions
# list packages that can be updated conda search --outdated # update all packages prompted(by asking the user yes/no) conda update --all # update all packages unprompted conda update --all -y