lyx_mirror/development
José Matos 3f03f0a447 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.
2018-12-29 19:14:41 +00:00
..
2015-10-01 22:06:01 +01:00
2011-04-03 13:38:05 +00:00
2018-12-27 17:17:33 +01:00
2018-12-27 17:17:33 +01:00
2018-10-30 12:33:35 +01:00
2012-06-05 12:22:13 +02:00
2014-12-08 13:15:06 +01:00
2017-11-11 13:24:08 +01:00