1、创建python环境并安装自己需要的版本
conda create --name python39 python=3.9
2、激活新版本python环境
conda activate python39
3、查看当前python版本
python -V
显示版本,就说明已经安装好了!