---
 texmf-dist/tex/latex/sympytexpackage/sympytex.sty |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- texlive-extra-2016.20160511.orig/texmf-dist/tex/latex/sympytexpackage/sympytex.sty
+++ texlive-extra-2016.20160511/texmf-dist/tex/latex/sympytexpackage/sympytex.sty
@@ -43,13 +43,13 @@
 \newwrite\ST@sf
 \immediate\openout\ST@sf=\jobname.sympy
 \newcommand{\ST@wsf}[1]{\immediate\write\ST@sf{#1}}
-\iffalse
+%\iffalse
 %% To get .sympy files to automatically change the Python path to find
 %% sympytex.py, delete the \iffalse and \fi lines surrounding this and
 %% change the directory below to where sympytex.py can be found.
 \ST@wsf{import sys}
-\ST@wsf{sys.path.insert(0, 'directory with sympytex.py')}
-\fi
+\ST@wsf{sys.path.insert(0, '/usr/share/texlive/texmf-dist/scripts/sympytexpackage')}
+%\fi
 \ST@wsf{import sympy}
 \ST@wsf{import sympytex}
 \ST@wsf{sympytex.openout('\jobname')}
