更新当前虚拟环境的python版本(可以指定版本)
(base) C:\Users\Administrator>conda install python==3.7
指定虚拟环境更新指定的python版本
conda install python==3.7 -n "指定虚拟环境的名字"