Update conda to development version
问题 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