Commit 2500a69
authored
Tests: In other_interpreter_exe, try python3 -> python3.Y (#103)
The "python" executable exists only if "python3" exists,
but "python3" can exist without "python".
This is at least the case in Fedora,
following https://peps.python.org/pep-0394/#for-python-runtime-distributors1 parent 254cd43 commit 2500a69
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments