How do I update Anaconda?

前端 未结 12 1759
慢半拍i
慢半拍i 2020-11-29 14:15

I have Anaconda installed on my computer and I\'d like to update it. In Navigator I can see that there are several individual packages that can be updated, but also an

12条回答
  •  温柔的废话
    2020-11-29 14:43

    On Mac, open a terminal and run the following two commands.

    conda update conda
    conda update anaconda
    

    Make sure to run each command multiple times to update to the current version.

提交回复
热议问题