Installing Jython on Ubuntu
- I downloaded jython_installer-2.5.2.jar from jython.org.
- Opened the terminal and gave this command:-
java -jar jython_installer-2.5.2.jar
- It was installed in a folder named
jython2.5.2
in the home directory - But whenever I open the terminal and give the command
jython
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..