win7 64位 安装Anaconda+TensorFlow+配置PyCharm

第一步:官网:https://www.continuum.io/downloads 目前官网是4.3 千万别手贱去下载,

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第1张图片

打开,找到4.2版本 

这里写图片描述

我用的是Anaconda3-5.1.0-Windows-x86_64

 

安装过程

参考:在“Welcome to Anaconda3 5.0.0 (64-bit) Setup”界面单击“Next”按钮 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第2张图片 
在“License Agreement”界面单击“I Agree”按钮 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第3张图片 
在“Select Installation Type”界面的“Install for”中选择“All Users(requires admin privileges)”单选按钮 
如果选择“Just Me(recommended)”将安装在%USERPROFILE%路径中,如果该路径包含非英文字符,将影响程序执行。 
单击“Next”按钮 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第4张图片 
在“Choose Install Location”界面中查看“Destination Folder”,可能为C:\ProgramData\Anaconda3,注意检查该路径不能包含非英文字符 
单击“Next”按钮 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第5张图片 
在“Advanced Installation Options”界面中选中“Register Anaconda as my default Python 3.6”复选框。 
由于Anaconda经常涉及到一台电脑中同时包含多个版本的情况,因此不选中“Add Anaconda to the system PATH environment variable”复选框 
单击“Install”按钮 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第6张图片 
等待安装完成 
在“Installation Complete”界面中单击“Next”按钮。 
win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第7张图片 
在“Thanks for installing Anaconda3”界面中单击“Finish”按钮。 

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第8张图片

安装完毕后,点击开始按钮,找到如下,点击图标

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第9张图片

进入如下界面:

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第10张图片

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第11张图片

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第12张图片

直接就能安装完成,然后可以打开Anaconda Promopt,可以在网上进行编程:

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第13张图片

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第14张图片

如果想在pycharm-community-2018.1.4配置TensorFlow

参考这篇博客pycharm提示:ModuleNotFoundError: No module named 'tensorflow'即可

win7 64位 安装Anaconda+TensorFlow+配置PyCharm_第15张图片

你可能感兴趣的:(吴恩达机器学习课程,python基础)