Can multiprocessing.Process() use a different version of the interpreter?

Scott Pigman pigmartian at gmail.com
Mon Oct 4 14:15:28 EDT 2010


>
> Personally, I think that subclassing is cleaner, but if you must monkeypatch,
> then you should monkeypatch the multiprocessing.forking._python_exe variable,
> not sys.exec_prefix.
>
> --
> Robert Kern

thanks, good point.



More information about the Python-list mailing list