Rootlogon file and .rootrc

Hi,
It appears that the logon procedure for pyroot has an issue if the location of the rootlogon file is redefined
in .rootrc. I had

Rint.Logon: /Users/roodman/myroot/rootlogon.C

but pyroot did not load this file. When I moved the file to ~/.rootlogon.C then it worked fine. It would be
nicer if pyroot could pick up the specified location of the rootlogin,

thanks,
Aaron

Aaron,

I see your point, but “Rint. …” indicates a rint instruction, which isn’t run/created in the case of PyROOT and the places of rootlogon.py and the TApplication are created are quite different.

Perhaps the more pythonistic thing to do, is to have an equivalent envar like PYTHONSTARTUP?

Cheers,
Wim