Process Create Path of Executable

Note that Python seems to be found and started. create_process/3 uses absolute_file_name/3 with the option file_type(executable) as well, which notably make it try and add the Windows executable extensions.

The OP’s problem is most likely with the environment variables (which are simply passed if noting is specified) or the working directory (which is also unchanged unless specified).

1 Like