17 Jun
2022
17 Jun
'22
19:12
https://bugzilla.suse.com/show_bug.cgi?id=1200664 https://bugzilla.suse.com/show_bug.cgi?id=1200664#c2 --- Comment #2 from Marcus R�ckert <mrueckert@suse.com> --- import os import sys binary_path = os.readlink(sys.executable) if not(os.path.isabs(binary_path)): binary_path = os.path.join(os.path.dirname(sys.executable), os.readlink(sys.executable)) print(binary_path) -- You are receiving this mail because: You are on the CC list for the bug.