drgulevich / gtexfix

Fix for Google Translate to process LaTeX documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 is required

Zheoni opened this issue · comments

The from.pyand to.py files are executed by /usr/bin/env python. On systems where Python 2 is the default interpreter, the programs don't run correctly, at least for me.
Simply replacing the shebang with /usr/bin/env python3 fixed my problem and made the programs do the job 👍 .