Skip to content

Instantly share code, notes, and snippets.

@markusritschel
Last active July 3, 2020 16:17
Show Gist options
  • Save markusritschel/b090faca4ad8808e63b492e404b7abc9 to your computer and use it in GitHub Desktop.
Save markusritschel/b090faca4ad8808e63b492e404b7abc9 to your computer and use it in GitHub Desktop.
restore anaconda environments
# according to https://sriramjaju.github.io/2018-05-30-2-minute-recipe-how-to-rollback-your-conda-environment/
conda list --revisions # List the history of each change to the current environment
conda install --revision 2 # Restore environment to a previous revision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment