mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
3f03f0a447
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. |
||
---|---|---|
.. | ||
doc | ||
man | ||
modules | ||
po | ||
post_install | ||
scripts | ||
build5-2015-installer.bat | ||
build5-2015-x64.bat | ||
build5-2015.bat | ||
config.cpp.cmake | ||
config.h.cmake | ||
configCompiler.h.cmake | ||
configCompiler.h.msvc | ||
configFunctions.cmake | ||
configIncludes.cmake | ||
ConfigureChecks.cmake | ||
dmg | ||
Install.cmake | ||
lyx_commit_hash.h.cmake | ||
lyx_date.h.cmake | ||
LyX_description.txt | ||
LyX_license.txt | ||
LyX_summary.txt | ||
lyx.rc | ||
LyxPackaging.cmake | ||
mingw.bat | ||
pcheaders.h | ||
PyCompile.cmake | ||
TODO.txt |