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

conda update

Yaakov_B_
Principiante
1.686 Visualizações

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 Solução
DavidLiu
Funcionário
1.686 Visualizações

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

Ver solução na publicação original

2 Respostas
DavidLiu
Funcionário
1.687 Visualizações

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
1.686 Visualizações

Thanks!

Responder