Anaconda安装python tensorflow 环境

 

1.安装Anaconda3

https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

 

2.安装python 3.6

 

(base) C:\Users\xgr>conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

(base) C:\Users\xgr>conda config --set show_channel_urls yes

(base) C:\Users\xgr>conda create -n tensorflow python=3.6

 

conda create -n tensorflow python=3.6

  

 

posted @ 2019-03-15 22:03  glory.xu  阅读(270)  评论(0编辑  收藏  举报