Recently learning TensorFlow, of course, the premise is to install a good framework, many online tutorials are virtual or conda, from my experience, Windows is currently only supported Python3.5 version of the installation, Python official online has instructions:
I Python27 because of the commonly used is the change of a bit:
Download anaconda2 and install to D:\anaconda
Download Anaconda3: Note The version, the integration must be Python3.5, the latest for Python3.6, I downloaded the anaconda3.4.2.0 version,
Then install to D:\anaconda\envs\py3
Here Py3 for custom, you can of course name, but remember is the path of Python3, so after installing some online activate TensorFlow then pip install--ignore-installed- UPGRADEHTTPS://STORAGE.GOOGLEAPIS.COM/TENSORFLOW/WINDOWS/CPU/TENSORFLOW-0.12.0-CP35-CP35M-WIN_AMD64.WHL ....
Of course, but it is not so troublesome, if your pip has a good configuration (here is the use of domestic mirrors, after all, the download speed is not good), you can directly in all programs to find Anaconda3 prompt, and then directly pip install TensorFlow can do it!
So many people should understand that, if you use Python3.5 words you can directly PIP installation, do not need anything virtual stuff. After all, the pypi of the Python website is tensorflow.
Install TensorFlow under Windows