# 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
May 25, 2020 | python | 0 comments
# 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
Subscribe now to keep reading and get access to the full archive.
Recent Comments