Created
August 29, 2019 13:48
-
-
Save mbadros/d7b6aad1cbba9488ff1c505a26688f4a to your computer and use it in GitHub Desktop.
Roll back your Anaconda distribution to an earlier version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Source: http://blog.rtwilson.com/conda-revisions-letting-you-rollback-to-a-previous-version-of-your-environment/ | |
| # Changes to Anaconda distribution and packages | |
| conda list --revisions | |
| # Revert to a previous revision | |
| conda install --revision N # where N is the revision number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment