Python is a script language, the main idea for learning python is to utilize python to create easy hands-on automation script on linux env instead of shell.
Here, list the steps to configure PyDev, an eclipse plugin, inside eclipse environment.
- Access PyDev webpage: http://pydev.org/manual_101_install.html
- Download PyDev certificate
- cd %JAVA_HOME%/bin
- Run command: keytool.exe -import -file C:/download/pydev_certificate.cer -keystore %JAVA_HOME%/jre/lib/security/cacerts
- Input default JDK cacerts password: changeit
- Certificate installment completed
- Download eclipse plugin on marketplace, or mannually download it and extract into dropins directory like: (dropins/pydev/eclipse/...)
- Edit eclipse.ini, convert -vm=... JDK must be 1.7
- Access JPython webpage: https://wiki.python.org/jython/InstallationInstructions
- Download Jython 2.5.4rc1 - Traditional Installer at link: http://jython.org/downloads.html
- Run command: java -jar jython_installer-2.5.2.jar --console
- Configure JPython interceptor in PvDev eclipse plugin