0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

fix(i18n): reference python3 from path

this is the way most macOS machines will have access to the required version:
https://unix.stackexchange.com/questions/12736/how-does-usr-bin-env-know-which-program-to-use/12751#12751
This commit is contained in:
Mike Hardy 2022-12-05 09:37:44 -05:00
parent 2fa5c1d62b
commit 8614da861b

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2010 norbert.nagold@gmail.com