Update conda to development version

折月煮酒 提交于 2020-01-25 07:30:10

问题


I have Conda 4.6.14 installed, which has some issues I would like to resolve. According to Conda's GitHub release page, version 4.7.0 is available. However, when I run conda update conda Conda informs me the newest version is already installed.

Is there any ways to directly update to a specific Conda version? Can I point Conda to the release zip file?


回答1:


To get the latest conda releases, you should add the Conda Canary channel before executing conda update conda.



来源:https://stackoverflow.com/questions/56371085/update-conda-to-development-version

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!