conda常用命令

(暂时自己用的就这些,后边有需要再补充)

创建python环境,环境名称位python37,版本为3.7

conda create --name python37 python=3.7

激活/关闭某个环境

  • windows

activate python37

deactivate python37

  • Linux & Mac

source activate python37

source deactivate python37

删除环境

conda remove --name python37 --all

上一篇:Qt编译报错:The kit Desktop Qt...has configuration issues which might be the root cause for this problem.


下一篇:错误记录