Test with appimage

This commit is contained in:
Mauricio Baeza 2020-03-10 22:23:24 -06:00
parent dcf7c0fd18
commit e89c0490c9
1 changed files with 0 additions and 2 deletions

View File

@ -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