How do I update Anaconda?

前端 未结 12 1755
慢半拍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:49

    I'm using Windows 10. The following updates everything and also installs some new packages, including a Python update (for me it was 3.7.3).

    At the shell, try the following (be sure to change where your Anaconda 3 Data is installed). It takes some time to update everything.

    conda update --prefix X:\XXXXData\Anaconda3 anaconda
    

提交回复
热议问题