在conda中快速创建环境 导出一个环境中安装包的信息 (1)激活环境 source activate [myenv] (2)导出 conda env export > environment.yml 根据yml文件配置环境 conda env create -f=environment.yml