To keep your Anaconda (python) up to date use these commands. Answer Yes and All to any prompts and let the system provide the update.
[codesyntax lang=”dos”]
conda update --all
[/codesyntax]
To remove tars and packages no longer used by the installation issue the command below.
[codesyntax lang=”dos”]
conda clean --tarballs --packages
[/codesyntax]
Answer Yes and All to any prompts and let the system remove unusable files.
That will remove tars and packages no longer usable thus freeing up some disk space.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.