H
Harald Kirsch
Jython does not seem to care about PYTHONPATH:
ruddigore:jython-2.1) setenv PYTHONPATH blarg
ruddigore:jython-2.1) ./jython
Jython 2.1 on java1.4.2-beta (JIT: null)
Type "copyright", "credits" or "license" for more information.['', '/tmp_mnt/net_nfs6/vol1/homes/kirsch/tmp/jython-2.1/.',
'/homes/kirsch/tmp/jython-2.1/Lib']
How is sys.path initialized in Jython?
Harald Kirsch
ruddigore:jython-2.1) setenv PYTHONPATH blarg
ruddigore:jython-2.1) ./jython
Jython 2.1 on java1.4.2-beta (JIT: null)
Type "copyright", "credits" or "license" for more information.['', '/tmp_mnt/net_nfs6/vol1/homes/kirsch/tmp/jython-2.1/.',
'/homes/kirsch/tmp/jython-2.1/Lib']
How is sys.path initialized in Jython?
Harald Kirsch