|
From: David C. <dav...@gm...> - 2015-03-25 16:57:52
|
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 |