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? Python programming python anaconda conda + – 22% Accept Rate Accepted 2 answers out of 9 questions interview 1.4k points 11 19 23 answer comment Share 0 reply Please log in or register to add a comment.
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 tofighi answered Oct 10, 2018 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.