]> git.lyx.org Git - features.git/commit
Move all python shebangs from /usr/bin/env to python3.
authorJosé Matos <jamatos@lyx.org>
Sat, 29 Dec 2018 19:14:41 +0000 (19:14 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:54 +0000 (14:39 +0200)
commitd56564af284bda48788caf2db2b6c02ce1dfae7a
treec1eafab0e417db2fcbfff6223d2c5121fe70eb5e
parent8f98a5d87c9b5bdd7bd2c95924649b41644a3fec
Move all python shebangs from /usr/bin/env to python3.

The change is only relevant to development as all the call to python scripts is done
calling C++ os::python that invoques the appropriate python version.

The change is two fold, on one hand remove all the uses of /usr/bin/env for python.

On the other hand rename all the calls to python from python to python3 making it explicit
and being compliant with PEP 394 -- The "python" Command on Unix-Like Systems:
https://www.python.org/dev/peps/pep-0394/

Remove the sheebang from src/graphics/GraphicsConverter.cpp because it is not necessary.

Some small whitespace changes.
15 files changed:
development/cmake/doc/ReplaceValues.py
development/cmake/po/cat.py
development/cmake/po/unix2dos.py
development/cmake/po/update-gmo.py
development/tools/gen_lfuns.py
development/tools/generate_symbols_images.py
development/tools/generate_symbols_list.py
development/tools/mergepo.py
development/tools/unicodesymbols.py
development/tools/updatedocs.py
development/tools/updatelayouts.py
po/lyx_pot.py
po/postats.py
src/graphics/GraphicsConverter.cpp
src/tex2lyx/test/runtests.py