Friday, 29 January 2021

Is it safe to run conda updates that leads to custom package?

To be on the safe side, I was advised to keep to

$ conda update anaconda

However, some tutorials on internet recommends

$ conda update conda
$ conda update -all

The above 2 commands lead to the installation of custom packages. Will it cause anaconda to be unstable? Is it safer to simply keep to conda update anaconda?

Custom packages refer to packages with names that contain the word "custom". They do not belong to the standard anaconda package. conda packages with version name of 'custom'

I am using anaconda python ver3



from Is it safe to run conda updates that leads to custom package?

No comments:

Post a Comment