Stop assuming that /usr/bin/python exists

Fixes 33192
This commit is contained in:
Panagiotis Vasilopoulos
2020-02-16 21:58:01 +02:00
parent a6509cb867
commit 674a821fbb
18 changed files with 22 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor feature (python):
- Stop assuming that /usr/bin/python exists. Instead of using a
hardcoded path in scripts that still use Python 2, use /usr/bin/env,
similarly to the scripts that use Python 3. Fixes bug 33192; bugfix
on 0.4.2.