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

conda update

Yaakov_B_
Beginner
994 Views

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 Solution
DavidLiu
Employee
994 Views

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

View solution in original post

0 Kudos
2 Replies
DavidLiu
Employee
995 Views

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

0 Kudos
Yaakov_B_
Beginner
994 Views

Thanks!

0 Kudos
Reply