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/03/10 16:06] – [Install pydev on Eclipse and Configure] adminpython:pydeveclipse [2022/10/29 16:15] (current) – external edit 127.0.0.1
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.1489161990.txt.gz · Last modified: 2022/10/29 16:15 (external edit)