1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Description: Use preferred specification for the Python 3 interpreter
Last-Update: 2020-12-15
--- a/src/userscripts/custom-latex-cmd.klfuserscript/custom-latex-cmd.py
+++ b/src/userscripts/custom-latex-cmd.klfuserscript/custom-latex-cmd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# custom-latex-cmd.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/customtemplate.klfuserscript/customtemplate.py
+++ b/src/userscripts/customtemplate.klfuserscript/customtemplate.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# customtemplate.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/dvipng-backend.klfuserscript/dvipng-backend.py
+++ b/src/userscripts/dvipng-backend.klfuserscript/dvipng-backend.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# dvipng-backend.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/gif-convert.klfuserscript/gif-convert.py
+++ b/src/userscripts/gif-convert.klfuserscript/gif-convert.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# gif-convert.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/inkscapeformats.klfuserscript/inkscapeformats.py
+++ b/src/userscripts/inkscapeformats.klfuserscript/inkscapeformats.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# inkscapeformats.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/klffeynmf.klfuserscript/klffeynmf.py
+++ b/src/userscripts/klffeynmf.klfuserscript/klffeynmf.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# klffeynmf.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/runpdflatex.klfuserscript/runpdflatex.py
+++ b/src/userscripts/runpdflatex.klfuserscript/runpdflatex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# runpdflatex.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/svg-dvisvgm.klfuserscript/svg-dvisvgm.py
+++ b/src/userscripts/svg-dvisvgm.klfuserscript/svg-dvisvgm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# svg-dvisvgm.py
# This file is part of the KLatexFormula Project.
--- a/src/userscripts/applepagesexport.klfuserscript/applepagesexport.py
+++ b/src/userscripts/applepagesexport.klfuserscript/applepagesexport.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# applepagesexport.py
# This file is part of the KLatexFormula Project.
|