First time here? Checkout the FAQ!
x
+1 vote
13.7k views
asked in Python by (1.4k points)  

I can update all the libraries and packages on Anaconda using the following command:

conda update --all 

But it does not update conda itself. Is there any special command for it?

  

1 Answer

+1 vote
answered by (115k points)  
 
Best answer

Please use the following command in your Terminal (Linux/Mac) or Command (Windows):

conda update -n base conda -c anaconda

 

Related questions

...