#IP1 Python custom_exe command not found

Hi @microwavestine, the bug is here:

It does not work because os.path.isfile tests whether a path is a regular file, so you need to pass in a path rather than command.split(" ")[0].

For example, try something like this instead: