java -jar jython_installer-2.5.2.jar
jython2.5.2
in the home directoryjython
in the terminal I am shown a message saying Jython is not installed.How can I fix this problem?
I can install Jython using sudo apt-get install jython
, but the Jython in Ubuntu repositories is 2.2.1 and I want the new version..
Basic Install After this completes, Jython is installed in the directory you selected. There's a script in the install directory, jython on Unix like systems or jython. bat on Windows, that will start up the Jython console which can be used to dynamically explore Jython and the Java runtime.
Yes. Jython is an implementation of the Python language in Java. We strive to ensure that Jython remains as compatible with CPython as possible. The latest Jython release (2.2) implements the same language as CPython 2.2 and many of the CPython standard library modules.
To install Jython with super user privileges:
sudo java -jar jython_installer-2.5.2.jar
Select /usr/local/lib/jython
, then create a symbol link of Jython to /usr/local/bin:
sudo ln -s /usr/local/lib/jython/bin/jython /usr/local/bin/jython
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With