# 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

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading