pythoin scripts - use /usr/bin/env to fond python3 like the others

This commit is contained in:
Carsten Haitzler 2020-01-25 15:05:01 +00:00
parent ea95c49479
commit 9fa1b5b112
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import subprocess
import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
import os
from ete3 import Tree, TreeStyle, AttrFace, faces, NodeStyle