📜  如何恢复 conda 环境 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:01.202000             🧑  作者: Mango

代码示例1
conda list --revisions #this will show all changes and revision numbers
conda install --revision N #where N is the revision number to revert back