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?
Please use the following command in your Terminal (Linux/Mac) or Command (Windows):
conda update -n base conda -c anaconda
424 questions
364 answers
99 comments
665 users