How to install jython in windows?
1. Download jython installer jar file from http://www.jython.org/downloads.html
jython-installer-2.5.3.jar
2. Open command prompt and go to that downloaded location and execute
java -jar jython-installer-2.5.3.jar
3. It will open a installer window, follow the instructions and install it.
4. Now open a new command prompt and type "jython" and check it opens the interpreter window.
Note: To set path in environment variable, use path where the jython folder is available, in my case it's "C:\jython2.5.3"
1. Download jython installer jar file from http://www.jython.org/downloads.html
jython-installer-2.5.3.jar
2. Open command prompt and go to that downloaded location and execute
java -jar jython-installer-2.5.3.jar
3. It will open a installer window, follow the instructions and install it.
4. Now open a new command prompt and type "jython" and check it opens the interpreter window.
Note: To set path in environment variable, use path where the jython folder is available, in my case it's "C:\jython2.5.3"
No comments:
Post a Comment