import lldb def __lldb_init_module(debugger, internal_dict): # debugger.HandleCommand("command script add -f " + __name__ + ".GetBundleIdentifier bundle_id") env = lldb.SBEnvironment() env.Set("DISPLAY", ":1", True) print("here")