Anaconda之常用命令
conda下载,添加镜像源等参考:https://mirror.tuna.tsinghua.edu.cn/help/anaconda/
1.查看环境列表:conda-env list
2.删除环境:conda env remove -n tf1.2
3.创建指定python的环境:conda create -n tf1.2 python=2
4.克隆环境: conda create --name myclone --clone myenv
5. 查看源: conda config --show channels
6. 删除源: conda config --remove channels xxxx
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/