How to install python3.5 PIP3 in WINDOWS10

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.