[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 03/03: fix pythontex3 script



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit e823563ff575fccd06db0a5f4ced61de7756532f
Author: Norbert Preining <preining@debian.org>
Date:   Wed Feb 12 08:00:19 2014 +0900

    fix pythontex3 script
---
 texlive-extra/debian/pythontex3 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/texlive-extra/debian/pythontex3 b/texlive-extra/debian/pythontex3
index 7b2da2c..e616c1d 100644
--- a/texlive-extra/debian/pythontex3
+++ b/texlive-extra/debian/pythontex3
@@ -2,7 +2,8 @@
 
 if which python3 >/dev/null 2>&1
 then
-  python3 /usr/share/texlive/texmf-dist/scripts/pythontex/pythontex3.py "$@"
+  python3 /usr/share/texlive/texmf-dist/scripts/pythontex/pythontex3.py \
+    --interpreter python:python3 "$@"
 else
   echo "You need to have python3 installed to be able to use" >&2
   echo "the Python 3 version of pythontex!" >&2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: