This time to everyone in the Windows10 python3.5 PIP3 should be how to install, in the WINDOWS10 python3.5 PIP3 installation of the attention matters, the following is the actual case, together to see.
Google's official developer blog recently announced that the new version of TensorFlow (0.12) will increase support for Windows, want to try to windows10 under the TensorFlow, has been installed anaconda2 (python2.7), fear that the installation of python3.5 will rush But still want to try it and finally succeed.
Download Address: Official address
This is the latest version of the current Python 3.x installation package I downloaded
Install Python 3.x
Choose a custom installation here because you want to modify the default installation location. Additionally, the "Add Python 3.5 to PATH" option is checked and the environment variable is automatically configured
Check "Install for all users" here and customize the installation path to "C:\Python35"
So what we have to solve now is:
To distinguish the relevant commands for Python 2.x and Python 3.x;
How to: Right-click My Computer/This computer--properties--Advanced system settings--Advanced tab (default)--Environment variables---------
Add the following line to the beginning of the PATH variable:
C:\Python35; C:\Python35\Scripts;
The last is this:
Separate Python 2.x and Python 3.x commands from each other;
The solution is to add a 3 after all command file names under Python 3.x, such as: Python ==> python3
Seven, test:
Note: Be sure to restart the command terminal, otherwise the path variable will not be reloaded.
Test found PIP3 problem, in fact, the PIP version is too low, upgrade it: python3-m pip install-u pip
Everything seems OK!
Believe that you have read the case of this article you have mastered the method, more exciting please pay attention to the PHP Chinese network other related articles!
Recommended reading:
How does python achieve the Markov distance
Python how to bulk read TXT file to dataframe format