diff --git a/src/calibre/debug.py b/src/calibre/debug.py index 0b4d2b252e..f44c80e6dd 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -171,6 +171,7 @@ def print_basic_debug_info(out=None): except: pass out('Interface language:', str(set_translators.lang)) + out('EXE path:', sys.executable) from calibre.customize.ui import has_external_plugins, initialized_plugins if has_external_plugins(): from calibre.customize import PluginInstallationType