myeclipse integration python

myeclipse integrates python environment,
I chose an offline installation method, online installation is a bit slow

1. First, install the puthon compilation environment on the pc side
. 2. For offline installation, download PyDev. Official website: http://sourceforge.net/projects/pydev/files/pydev/ download the zip file (there should only be 2 folders: plugins and features), not the source.zip
3. Find the dropins in the root directory of myeclipse Create a new PyDev folder below and then copy the downloaded and decompressed plugins and features files to the newly created folder,

You are almost done here, now you need to restart myeclipse

4. After restarting ↓↓ (see picture)
View global configuration


At this point, we will find that our new PyDev file appears here.
see the plugin
Next we need to configure the compilation environment for python
write picture description here
. The new here needs to configure the python.exefile
write picture description here

Configured here

have a hello word

Create a new python project
write picture description here
write picture description here
write picture description here

The project is created and can be edited in the src directory
hello word

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324801016&siteId=291194637