Eclipse integrated Python Development Environment

Source: Internet
Author: User

Ubuntu system. How to integrate the python development environment in the eclipse environment?

Step 1: Install Python

Chenlly @ chenlly :~ $ Sudo apt-Get install Python

Default directory after installation:/usr/bin/Python

Step 2: install and configure pydev

(1) install the pydev plug-in

Start eclipse. In help-install new software, a dialog box is displayed. Click Add to enter the name and link. Enter pydev as the name, and http://pydev.org/updatesas as the link. Then, click OK. After installation, restart eclipse to make the installation take effect.

(2) configure the python Interpreter
On the eclipse menu bar, choose Window> preferences> pydev> interpreter-(Python/Jython). Configure the python/Jython interpreter here. The following describes how to configure python.
First, add the installed interpreter. The default installation directory of Ubuntu is/usr/bin/python. Click new and select the python Interpreter/usr/bin/python. A window containing multiple check boxes is displayed. Select the path to be added to the system pythonpath and click OK. In this way, the python interpreter is configured.

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.