Add an os.get_exec_path() function to return the list of directories
that launching a subprocess will search for the executable. Refactors some code in os._execvpe().
Showing
Please register or sign in to comment
that launching a subprocess will search for the executable. Refactors some code in os._execvpe().