15,215 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
696
696 views
adnanlanewla asked Sep 19, 2018
696 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
741
741 views
1 1 vote
1 answers 1 answer
5.9k
5.9k views
0 0 votes
1 1 answer
585
585 views
tofighi asked Oct 18, 2018
585 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
677
677 views
Neo asked Oct 19, 2018
677 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...