[Python] install and use the integrated development environment pydev for eclipse

Source: Internet
Author: User

This is a powerful Eclipse plug-in. You can use eclipse to develop and debug Python applications.

This project that can regard eclipse as a python IDE is pydev.

Official website address:

Http://sourceforge.net/projects/pydev/


You can download the latest version of pydev from the above URL. decompress the package to the two folders: plugin and feature.

Copy the content to the two folders under the eclipse directory.

Start eclipse and you will see the pydev option in the new project:


When creating a project, the following error occurs:

Project interpreter not specified

What's the problem?

The reason is very simple because the development environment of python is not imported.

First, make sure that your system has installed the python installation environment. This is required because Eclipse only provides an IDE and does not provide interpreters and compilers for various languages.

Then, simply follow the steps below.

1. Open the preference configuration from the eclipse menu window --> preferences.
2. on the preference configuration page, find the pydev item on the left and click the interpreter-Python item (Interpreter indicates the interpreter ).
3. Click the new... button on the right. interpreter name writes python3well, select the installation location of python.exe, and wait until the import is complete. The problem is solved.


The next step is the basic operation with eclipse, and helloworld will be easy to understand :)


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.