Prerequisite: Java installation
Follow these steps:
- Run "jython-installer-2.7-b1.jar" as shown below: java -jar jython-installer-2.7-b1.jar
- Follow the instructions for installing Jython.
- After successful installation, set PATH as C: \ jython2.7b1 \ bin
- Open a command prompt and execute the command as shown below: jython --version
- The result as "Jython 2.7b1" will check the full installation and installation path
source
share