1.下载:清华大学镜像
2.安装:傻瓜式
安装位置:Mactonish HD
3.配置镜像源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
4.新建环境:
conda create -n py3.5 python=3.5
py3可更改为别的环境名
5.启动环境
source activate py3.5