1.打开Anaconda Prompt,进入base环境 2.确定新的虚拟环境的名字及python版本 conda create -n test python=3.9 选y并回车 3.创建成功 4.激活test环境 conda activate test 然后就可以开始你的操作了~