Eclipse + Python Installation and configuration process _python

Source: Internet
Author: User

First, the installation of Eclipse

The installation of Eclipse is easy. Eclipse is a java-based application that requires a Java Runtime Environment (JRE) to do so. (I mainly introduce the installation under Windows)

JRE Download Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html

Enter the JRE download page you will find a lot of installation version, where I choose to install Jre-7u3-windows-i586.exe, double-click the installation can be.

Eclipse's Download Address: http://www.eclipse.org/downloads/


June 2012 release of Eclipse 4.2 (Juneau). Recommended for Eclipse 4.2 's Java 6 jre/jdk.

After downloading, unzip the compressed package directly to the directory you want to place, such as: F:\Eclipse, so you can use Eclipse.

Second, the installation of Python

Python Download Address: http://www.python.org/getit/

The latest version is: Python 3.3.0

After entering the download address, download according to your requirements. Here i download is: python-3.3.0.msi, download after the installation can be directly clicked. My installation directory is: F:\files\python

Then configure the system environment: My Computer-> Properties-> Advanced-> Environment variables-> System variables

Set path to write your Python installation path to the PATH variable.

Third, install Pydev plug-in

Official address: http://pydev.org/index.html
Download Address: http://sourceforge.net/projects/pydev/files/

Pydev is a Aptana Studio 3 preinstalled.

Aptana Studio 3 is required for using the Django Template editor.

Aptana Studio 3 If used in Pydev, it can not be installed individually or updated (Aptana Studio 3 must always be updated as a whole)

Eclipse plug-in (Update Manager URL): Http://download.aptana.com/studio3/plugin/install

Select menu directly in Eclipse: Help-install New updates-and, enter Http://download.aptana.com/studio3/plugin/install, download and install.

Two installation methods for installing the Pydev plug-in:

1, will download the PyDev decompression (currently the latest version PyDev 2.4.0.zip compression package), PyDev after decompression generally contains plugins and feature folder, will be the PyDev after the extracted folder copy to eclipse after the directory can be extracted, When you're done, you can start eclipse and see the Pydev components installed in the Eclipse menu help->about Eclipse sdk->installation Detail.

2. Select menu directly in Eclipse: Help-install New updates-and, enter http://pydev.org/updates, download and install.

Iv. configuration of the Pydev in eclipse

In the Eclipse menu Windows->preferences->pydev->interpreter python Configures the Python parser you want to use only.

Click the New button to select Python.exe from the Python installation path.

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.