User Tools

Site Tools


python:pydeveclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python:pydeveclipse [2017/01/12 02:12] – external edit 127.0.0.1python:pydeveclipse [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Python Editor with pydev plugin on Eclipse ====== ====== Python Editor with pydev plugin on Eclipse ======
 ===== Install pydev on Eclipse and Configure ===== ===== Install pydev on Eclipse and Configure =====
 +pydev run with java8
 ==== Install Pydev plugin for Eclipse ==== ==== Install Pydev plugin for Eclipse ====
 +refer: http://www.pydev.org/manual_101_install.html
 The following assume that you have already Eclipse installed: The following assume that you have already Eclipse installed:
-  - Select **Help->Install New Software** to open Eclipse update manager Diaglog +  - You must install **jdk8** to run eclipse 
-  - Install PyDev via the Eclipse update manager via the following update site: http://pydev.org/updates+  - Get Certificate from http://www.pydev.org/pydev_certificate.cer 
 +  - Go to **Help > Installation details** and look for **'java.home'** . Then to actually import it, in the command line, go to the Eclipse **'java.home'** directory and execute:<code bat> 
 +bin/keytool.exe -import -file pydev_certificate.cer -keystore lib/security/cacerts 
 +</code> => your **password** when requested should be **changeit** 
 +  - Select **Help->Install New Software** to open Eclipse update manager DiaglogInstall PyDev via the Eclipse update manager via the following update site: http://www.pydev.org/updates 
 +  - Or install via **Help -> Eclipse Marketplace** and **search "pydev"** 
 +  - Remove: Go to **Help > Installation details > Installed Software** and remove it
 ==== configuration Pydev on Eclipse ==== ==== configuration Pydev on Eclipse ====
   - Open in the **Window → Preference → Pydev → Interpreter Python** menu{{:python:xpydev02.png|}}   - Open in the **Window → Preference → Pydev → Interpreter Python** menu{{:python:xpydev02.png|}}
python/pydeveclipse.1484187161.txt.gz · Last modified: 2022/10/29 16:15 (external edit)