File: python3-shebang

package info (click to toggle)
texlive-extra 2022.20230122-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,466,588 kB
  • sloc: perl: 398,710; xml: 35,871; python: 29,125; cs: 25,850; sh: 17,610; makefile: 17,304; ansic: 15,490; java: 12,811; javascript: 9,898; lisp: 1,755; csh: 1,129; ruby: 1,072; awk: 151; tcl: 142; pascal: 138; cpp: 41; sed: 36; haskell: 5
file content (48 lines) | stat: -rw-r--r-- 1,863 bytes parent folder | download | duplicates (2)
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
---
 texmf-dist/scripts/changes/pyMergeChanges.py          |    2 +-
 texmf-dist/scripts/latex-papersize/latex-papersize.py |    2 +-
 texmf-dist/scripts/pythontex/depythontex.py           |    2 +-
 texmf-dist/scripts/pythontex/pythontex.py             |    2 +-
 texmf-dist/scripts/texliveonfly/texliveonfly.py       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/latex-papersize/latex-papersize.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/latex-papersize/latex-papersize.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 r"""
 Calculate LaTeX paper and margin settings for arbitrary magnification
 (C) Silas S. Brown, 2005-2009, 2016, 2019.  Version 1.63.
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/pythontex/pythontex.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/pythontex/pythontex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 '''
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/pythontex/depythontex.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/pythontex/depythontex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 '''
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/texliveonfly/texliveonfly.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/texliveonfly/texliveonfly.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # default options; feel free to change!
 defaultCompiler = "pdflatex"
--- texlive-extra-2019.20200131.orig/texmf-dist/scripts/changes/pyMergeChanges.py
+++ texlive-extra-2019.20200131/texmf-dist/scripts/changes/pyMergeChanges.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 """
     pymergechanges: Merge commits made with changes package into text
     Copyright (C) 2018  Y. Cui