A primary advantage to using the Anaconda stack for developing Python application is the ease in which the entire stack may be updated. When successfully installed the following script may be used to update the entire stack.
[codesyntax lang=”bash”]
conda update conda conda update python conda update spyder
[/codesyntax]
For windows these command may be inserted in the appropriate .bat file for subsequent execution.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.