commands: version_info: include python version/path
This commit is contained in:
@@ -585,6 +585,8 @@ class Commands:
|
|||||||
ret = {
|
ret = {
|
||||||
"electrum.version": ELECTRUM_VERSION,
|
"electrum.version": ELECTRUM_VERSION,
|
||||||
"electrum.path": os.path.dirname(os.path.realpath(__file__)),
|
"electrum.path": os.path.dirname(os.path.realpath(__file__)),
|
||||||
|
"python.version": sys.version,
|
||||||
|
"python.path": sys.executable,
|
||||||
}
|
}
|
||||||
# add currently running GUI
|
# add currently running GUI
|
||||||
if self.daemon and self.daemon.gui_object:
|
if self.daemon and self.daemon.gui_object:
|
||||||
|
|||||||
Reference in New Issue
Block a user