Home  >  Article  >  Backend Development  >  How to configure the pydev plug-in in python environment

How to configure the pydev plug-in in python environment

零到壹度
零到壹度Original
2018-04-16 10:02:061849browse

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/



##1. Python 2. Yes, otherwise you need to set the system variable Path:C:\Python27;)

3. Verify that the installation is successful, enter cmd, enter python


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

Eclipse toolbar Window->Preferences->PyDev->Interpreters->python Interpreter->New->Browse...(select python.exe in the C:\Python27 folder)->Apply->ok)->Restart Eclipse


Related recommendations:

The process of installing python plug-in on eclipse, PyDev

Eclipse environment installation Python plug-in PyDev

Pydev 4.0.1 plug-in

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn