mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-07 17:06:25 +02:00
name-parser: Specify python version
[why] Sometimes scripts can not be run. [how] Depending on installed python versions and 'alternatives' setup the script's shebang needs to point to python3 of course. Also the files need the executable bit set. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
49d99fe883
commit
20609652ea
2
bin/scripts/name_parser/name_parser_test1
Normal file → Executable file
2
bin/scripts/name_parser/name_parser_test1
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import sys
|
||||
|
2
bin/scripts/name_parser/name_parser_test2
Normal file → Executable file
2
bin/scripts/name_parser/name_parser_test2
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import sys
|
||||
|
2
bin/scripts/name_parser/query_names
Normal file → Executable file
2
bin/scripts/name_parser/query_names
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import sys
|
||||
|
2
bin/scripts/name_parser/query_panose
Normal file → Executable file
2
bin/scripts/name_parser/query_panose
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import fontforge
|
||||
|
2
bin/scripts/name_parser/query_sftn
Normal file → Executable file
2
bin/scripts/name_parser/query_sftn
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import fontforge
|
||||
|
2
bin/scripts/name_parser/query_version
Normal file → Executable file
2
bin/scripts/name_parser/query_version
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import fontforge
|
||||
|
Loading…
Reference in New Issue
Block a user