Message11485

Author rkanumola
Recipients jeff.allen, rkanumola
Date 2017-07-20.09:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500541741.23.0.293109361633.issue2610@psf.upfronthosting.co.za>
In-reply-to
Content
We ran the commands you have suggested and the below is the response for the same. Can you check is there anything missing?

$ jython
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11) 
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_45
Type "help", "copyright", "credits" or "license" for more information.
>>> 
>>> import sys
>>> sys.prefix
'/Applications/atlassian/jython'
>>> sys.path
['', '/Applications/atlassian/jython/bin', '/Applications/atlassian/jython/Lib', '__classpath__', '__pyclasspath__/', '/Applications/atlassian/jython/Lib/site-packages']
History
Date User Action Args
2017-07-20 09:09:01rkanumolasetmessageid: <1500541741.23.0.293109361633.issue2610@psf.upfronthosting.co.za>
2017-07-20 09:09:01rkanumolasetrecipients: + rkanumola, jeff.allen
2017-07-20 09:09:01rkanumolalinkissue2610 messages
2017-07-20 09:09:01rkanumolacreate