Customizing rosh initialization
I notice that rosh doesn't seem to exactly have the same initialization behavior as ipython. For example, in ~/.ipython/ipythonrc, I have the line: importmod os sys
So if I start ipython, I have the os module available in the interactive namespace. But with the same setup, starting rosh does not make those names available.