diff --git a/font_test.py b/font_test.py index 503c5fe..2486c0b 100755 --- a/font_test.py +++ b/font_test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # The MIT License (MIT) diff --git a/font_to_py.py b/font_to_py.py index 3ab181e..8f8fb3d 100755 --- a/font_to_py.py +++ b/font_to_py.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # Needs freetype-py>=1.0