How to install the Python + Eclipse development environment in Win7 64-bit flagship Edition

Source: Internet
Author: User

Since we abandoned WinXP and switched to Win7 last week, 64-bit installation of Python + Eclipse encountered a small problem. The installation sequence is as follows for your reference.

Setp1: Download the 64-bit JDK from the ORACLE website.
Http://www.oracle.com/technetwork/java/javase/downloads/index.html
Download JDK. the download is jdk-6u26-windows-x64.exe.
After installation, you must manually add system environment variables.
JAVA_HOME = C: \ Java \ jdk1.6.0 _ 23 (the path should not contain spaces)
PATH =...; $ JAVA_HOME/bin; $ JAVA_HOME/jre/bin;

Or, download JRE can also http://www.oracle.com/technetwork/java/javase/downloads/index.html my downloaded file name is jre-7u1-windows-x64.exe direct installation, do not need to modify the environment variables.

Step 2: Go to the Python official website to download the 64-bit Windows installation package.
Http://www.python.org/download/
File Name Is python-2.7.2.amd64.msi
After the installation is complete, the installation Path of my Python is C: \ Python27. You need to append this Path to the value of the Path of the environment variable.

Step3. download Eclipse
Http://www.eclipse.org/downloads/
Download the 64-bit Windows version. Eclipse can be directly decompressed to run. Install Pydev. See [C ].
For details about how to configure Pydev in Eclipse, see [Reference D ].

[Reference]
64bit Win7 Eclipse + Python Configuration
Http://blog.sina.com.cn/s/blog_4b5039210100o3sy.html

[Reference B]
Configure python environment variables in Windows
Http://www.cnblogs.com/babykick/archive/2011/03/25/1995994.html

[Reference C]
Http://pydev.org/manual_101_install.html

[Reference D]
Http://pydev.org/manual_101_interpreter.html#id2
How to Configure Eclipse for Python
Http://www.rose-hulman.edu/class/csse/resources/Eclipse/eclipse-python-configuration.htm

Related Article

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.