I am trying to install jython 2.7 from jython.org, i installed verything in full mode.
yet, when accessed the bin directory, run jython executable, i get the error:
/usr/local contains neither jython-dev.jar nor jython.jar. Try running this script from the 'bin' directory of an installed Jython or setting $JYTHON_HOME. usage: jython [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `jython -h' for more information.
is there any solution ? i tried a shell script execution for jython but it did not work.
Thankyou !