Install and configure Pydev on Eclipse
(Eclipse + PyDev) is a familiar Python development tool IDE. The following uses a graphical method to introduce the installation and configuration process.
Install
1. Help --> Install New Software
2. Add: Enter the following URL
Http://pydev.org/updates
3. Select PyDev --> Next.
Configuration
1. Window-> Preferences-> PyDev
2. Intepreter-Python: Press "Auto-Config". Eclipse must find the Python installation directory.
3. Select Python and press the Apply key.
Note:
1. You must first install Eclipse and Python and add them to the path (for example, c: \ python27; c: \ Python27 \ Scripts)
2. The installation directory of Python must be found in Eclipse during installation.
3. PyDev only supports versions earlier than Python3. If the python version is higher, the installation may fail.
Related reading: the solution is not displayed in Eclipse after Pydev is successfully installed.
This article permanently updates the link address: