mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 08:54:39 +01:00
chore(find-slow-to-highlight-files.py): be explicit about using python3
In many distros, `python` no longer leads to anything, and instead `python2` or `python3` need to be explicitly run.
This commit is contained in:
parent
5d319dee94
commit
19678527e5
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# This script goes through all languages that are supported by 'bat'. For each
|
||||
# language, it loops over the correspoinding file extensions and searches a
|
||||
|
Loading…
Reference in New Issue
Block a user