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
Last revisionBoth sides next revision
python:pydeveclipse [2017/03/10 16:06] – [Install pydev on Eclipse and Configure] adminpython:pydeveclipse [2017/03/11 02:15] – [Install Pydev plugin for Eclipse] admin
Line 5: Line 5:
 refer: http://www.pydev.org/manual_101_install.html 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:
 +  - You must install **jdk8** to run eclipse
   - Get Certificate from http://www.pydev.org/pydev_certificate.cer   - 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>   - 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 bin/keytool.exe -import -file pydev_certificate.cer -keystore lib/security/cacerts
 </code> => your **password** when requested should be **changeit** </code> => your **password** when requested should be **changeit**
-  - Select **Help->Install New Software** to open Eclipse update manager Diaglog +  - 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 
-  - Install 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   - Remove: Go to **Help > Installation details > Installed Software** and remove it
 ==== configuration Pydev on Eclipse ==== ==== configuration Pydev on Eclipse ====
python/pydeveclipse.txt · Last modified: 2022/10/29 16:15 by 127.0.0.1