Answers for "how to revert a conda environment"

0

how to revert a conda environment

conda list --revisions #this will show all changes and revision numbers
conda install --revision N #where N is the revision number to revert back
Posted by: Guest on August-02-2021

Code answers related to "how to revert a conda environment"

Browse Popular Code Answers by Language