[IPython-dev] Weird PYTHONPATH, etc. issue

Thomas Kluyver takowl at gmail.com
Wed Sep 19 17:30:25 EDT 2012


On 19 September 2012 22:11, David Warde-Farley <d.warde.farley at gmail.com> wrote:
> So, is there any way we can ensure that both processes are loading the
> same version of the IPython module?

I'm sure it's possible - for instance, the parent process could
serialise its sys.path, to be recreated in the child process. I'm not
sure whether we want to introduce that sort of measure, though - the
situation where 'import IPython' doesn't get the IPython version
you're using seems a bit pathological.

Thomas



More information about the IPython-dev mailing list