Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

conda update

Yaakov_B_
Principiante
2.175Visualizzazioni

How can I be sure to update all the packages available in the intel python distribution upon a new release?  I've installed the entire distribution via conda.

0 Kudos
1 Soluzione
DavidLiu
Dipendente
2.175Visualizzazioni

Hi Yaakov,

If you have currently sourced the environment to your installation of the Intel® Distribution for Python, you should just be able to run conda update --all to update all the packages at once.  

Thanks,

David

Visualizza soluzione nel messaggio originale

2 Risposte
DavidLiu
Dipendente
2.176Visualizzazioni

Hi Yaakov,

If you have currently sourced the environment to your installation of the Intel® Distribution for Python, you should just be able to run conda update --all to update all the packages at once.  

Thanks,

David

Yaakov_B_
Principiante
2.175Visualizzazioni

Thanks!

Rispondere