We automatically convert that to use sys.executable now which is always available on all platforms (because we're running with it). On some platforms like NetBSD, `python` doesn't exist, and you must use a specific python version. On most other distros, `python` is Python 2, and we don't want to depend on that. Closes https://github.com/mesonbuild/meson/issues/695 All these scripts were being used as `find_program()`, so we do not lose any test coverage by doing this.pull/1435/head
parent
438f219864
commit
0e6045864c
31 changed files with 36 additions and 32 deletions
@ -1,3 +1,3 @@ |
||||
#!/usr/bin/env python |
||||
#!/usr/bin/env python3 |
||||
|
||||
print("Found") |
||||
|
Loading…
Reference in new issue