[Pydev-code] Add location of additional jydev scripts in PYTHONPATH for pydev scripting?
Brought to you by:
fabioz
From: Joel H. <yo...@if...> - 2006-04-19 12:29:54
|
Hi! Would it be a good idea to add the "location of additional jydev scripts" to the PYTHONPATH for pydev jython scripts by default? That way it would be easier to put commonly used functionality for pydev scripting (such as your jython dir utils) in their own modules. This is my sys.path in pydev jython scripts: ['.', '/usr/local/lib/eclipse/plugins/org.python.pydev.jython_1.0.4/Lib', '/usr/local/lib/eclipse/plugins/org.python.pydev.jython_1.0.4/jysrc'] '.' in this case is my home dir. Cheers! /Joel Hedlund |