如何使用 Anaconda 将我的 Python 版本更改为以前的版本?

How can I change my version of Python to a prior version using Anaconda?

我通过 Anaconda 安装了 Python 3.8.5,但我想将其切换到 Python 3.7.6。我尝试使用 conda install python=3.7.6,但命令完成后,我仍然得到 Python 3.8.5.

如果您的系统上已经安装了 python 版本 3.7.6。检查这个线程

如果您没有可以从 Python 下载的版本,然后尝试上面的线程

我使用“conda install python=3.7 anaconda=custom”并且有效。