Fix path python in OSx

This commit is contained in:
Mauricio Baeza 2020-03-09 20:23:06 -06:00
parent 9cfb77f381
commit a817511850
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -298,8 +298,10 @@ class ZAZPip(unohelper.Base, XJobExecutor):
# ~ cmd = app.PYTHON + ' -V'
# ~ if app.IS_WIN:
cmd = '"{}" -V'.format(path_python)
app.msgbox(cmd)
label = app.run(cmd, True)
app.msgbox(label)
args = {
'Type': 'Label',
'Name': 'lbl_python',