使用Conda批量更新软件包

有没有办法(使用conda更新),我可以列出过时的软件包,并在pythonselect或批量更新(兼容)包?

单独更新软件包没有太大意义,因为它们有数百个。

你想conda update --all

conda search --outdated将显示过期的软件包, conda search --outdated conda update --all将更新它们(请注意,后者不会将您从Python 2更新到Python 3,但前者将显示Python过时,如果您使用Python 2 )。

Conda软件包pipe理器几乎已经可以进行beta版testing了,但是直到发布Spyder 2.4( https://bitbucket.org/spyder-ide/spyderlib/wiki/Roadmap )之后才会完全集成。 只要我们准备好进行testing,我们将在邮件列表( https://groups.google.com/forum/#!forum/spyderlib )上发布一些信息。 一定要订阅

干杯!

在继续进行conda update --all命令之前,如果您长时间没有更新conda update conda ,请首先使用conda update conda命令conda update conda 。 它发生在我身上(Anaconda 62位上的Python 2.7.13)。

在Spyder中,GonzaloPEÑA-CASTELLANOS有一个挂起请求,用于pipe理conda软件包pipe理器的graphics化插件:它很可能是下一个版本的一部分。 https://bitbucket.org/spyder-ide/spyderlib/pull-request/61/conda-package-manager-plugin-correction/diff