You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #9166 I noticed that support a PYTHON key in the config
file but this doesn't effect any of the entry point (on UNIX the entry
points are defined by the #! line, on windows they are are defined as
`python` in the bat files. So really this was only effecting python
sub-processes not the compiler itself. This feature doesn't seem like
its useful, and also has no tests, so removing it for now.
However for the benefit of #9166 add support for setting this via the
`EM_PYTHON` environment variable.
0 commit comments