]> git.lyx.org Git - features.git/commitdiff
Replace /usr/bin/env python -> /usr/bin/python3
authorJosé Matos <jamatos@lyx.org>
Wed, 29 Aug 2018 16:26:21 +0000 (17:26 +0100)
committerJosé Matos <jamatos@lyx.org>
Wed, 29 Aug 2018 16:26:21 +0000 (17:26 +0100)
lib/configure.py
lib/generate_contributions.py
lib/lyx2lyx/lyx2lyx
lib/lyx2lyx/profiling.py
lib/scripts/listerrors
lib/scripts/svg2pdftex.py
lib/scripts/svg2pstex.py

index 1a4ef559bb7ebc58574fb7bd91d85be9dfc977b6..4c345ca5ad22a86bbc78602962036f3d1746b126 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 #
 # file configure.py
index b796457f291f6224c713bed4acfc521f0f4aa997..24274535b8b668788eb3d42404c29a51e3f88b3a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 
 '''
index 9d038305e16c9111fa3ed07b9016b23edbeaf55b..174bcd7492011f25de6197c03eb4bdae0759b1ad 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 # Copyright (C) 2002-2011 The LyX Team
 # Copyright (C) 2002-2007 José Matos <jamatos@lyx.org>
index dd5cbeea0038737376be3062d29b235cc482150c..bd885bb965a49381f78d8b1dba262c61ee526830 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 # Copyright (C) 2004 José Matos <jamatos@lyx.org>
 #
index 232e5422c884c484b5deee0bc19ae1153bbd69e9..7d6995c5f51affada41b29dc1eac97ba8004f33c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # file listerrors
 # This file is part of LyX, the document processor.
index d1e0bf33a81f62182292cb2d26c28a9e75cd98e6..86564fac2f27b83f9b525b28cc76db8f65a2ca95 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file svg2pdftex.py
index 97d6ae103981b5c9bd85924a720b8d532e5211a7..ef6ff1d92c22f26ca2c999230d8b97a144ba91ad 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file svg2pstex.py