conda创建虚拟环境,(1)创建(conda create --name environment_name); (2)查看(conda info --env)已经创建的虚拟环境;(3)启动(conda activate environment_name)来开启虚拟环境;