Commit 6ceacc3
committed
Properly check if python3 is available.
This fixes #938 and also closes #939.
I haven't accepted #939 just because of the order of the logical
conditions (it makes more sense to check for python3 and then if it is
executable). Thanks to @kartynnik for the issue and Pull Request.
I'm also adding you as a contributor.1 parent c0e9544 commit 6ceacc3
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments