From e89c0490c9a7e3dae130d63d06a390ba69dfd9ee Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 10 Mar 2020 22:23:24 -0600 Subject: [PATCH] Test with appimage --- source/ZAZPip.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ZAZPip.py b/source/ZAZPip.py index 2d1d0f2..72aa6a8 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -313,8 +313,6 @@ class ZAZPip(unohelper.Base, XJobExecutor): dialog.add_control(args) dialog.center(dialog.lbl_python, y=25) - # ~ cmd = PIP + ' -V' - # ~ if app.IS_WIN: cmd = '"{}" -m pip -V'.format(path_python) label = app.run(cmd, True) exists_pip = True