Does Jython have a 'startup file' like Python?
David Charles <[email protected]>
| Newsgroups | gmane.comp.lang.jython.user |
|---|---|
| Message-ID | <CAJHoYyJr06Lu6thvGOsjgEKLhc96F0HWViE9AdszSZPQzBLpHg@mail.gmail.com> |
I have installed this to Jython: * https://github.com/darius/columnize And I would like to make it automatically available to all of my interactive Jython sessions. However, Jython does not seem to respect PYTHONSTARTUP (nor JYTHONSTARTUP). I have found that I can arrive at nearly the same effect if I add the necessary statements to ~/.pythonrc.py and then execute: >>> from user import * However, I would like to be able to type nothing at all. Suggestions? David ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jython-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jython-users