15,216 views
1 1 vote

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?

22% Accept Rate Accepted 2 answers out of 9 questions

1 Answer

Best answer
1 1 vote

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

conda update -n base conda -c anaconda

 

Related questions

5 5 votes
1 1 answer
697
697 views
adnanlanewla asked Sep 19, 2018
697 views
Can someone please provide detail instructions on how to install Anaconda and how to use Jupyter notebook with it ?
1 1 vote
1 1 answer
742
742 views
1 1 vote
1 answers 1 answer
5.9k
5.9k views
0 0 votes
1 1 answer
586
586 views
tofighi asked Oct 18, 2018
586 views
If a big company such as Google behind it, with high probability it is a great library such as TensorFlow. But in general how can I found out?
1 1 vote
1 1 answer
678
678 views
Neo asked Oct 19, 2018
678 views
I have a dataframe like belowMT_001 MT_002 hour 2012-01-01 00:15:00 3.807107 22.759602 00:15:00 2012-01-01 00:30:00 5.076142 22.759602 00:30:00 2012-01-01 00:45:00 3.8071...