Set the path of the Python interpreter to use when starting a child process. (By default sys.executable is used). Embedders will probably need to do some thing like
multiprocessing.set_executable(executable)
set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))