You can “roll back” to a previous revision. First, run:
conda list --revisions
You will get a list of revisions with their revision number. Then, look at the second-to-last revision and take note of its number. To revert to this revision, run:
conda install --revision N
where N
is the revision number.