This article introduces the configuration of the pydev plug-in in the python environment. It has a certain reference value. Now I share it with you. Friends in need can refer to it
1. Install Eclipse
1. Install jdk and configure environment variables
2. Download Eclipse IDE for Java EE Developers (choose 32-bit or 64-bit according to the actual situation)
Address: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr
3. Eclipse does not need to be installed, unzip it Just go to the root directory of drive C and run eclipse.exe to open the program
2. Install Python
1. Official website Download Python
Address: https://www.python.org/
3. Install the Eclipse plug-in PyDev to support python development
1. Open Eclipse-> help->install New SoftWare...->Work with:http://www.pydev.org/updates
->Select PyDev for Eclipse,Next->Finish (prompts need to restart Eclipse)2. Configure PyDev
Related recommendations:
The process of installing python plug-in on eclipse, PyDev
Eclipse environment installation Python plug-in PyDev
pydev plug-in installation method
The above is the detailed content of How to configure the pydev plug-in in python environment. For more information, please follow other related articles on the PHP Chinese website!