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

 

posted @ 2017-06-17 14:33  Shiyu_Huang  阅读(339)  评论(0编辑  收藏  举报