Fix path python in OSx

This commit is contained in:
Mauricio Baeza 2020-03-09 20:17:07 -06:00
parent 45435c9e64
commit 8e84fa8986
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -295,7 +295,7 @@ class ZAZPip(unohelper.Base, XJobExecutor):
# ~ path_python = app.PYTHON
# ~ if app.IS_WIN:
path_python = app.get_path_python()
app.msgbox(path_python)
# ~ cmd = app.PYTHON + ' -V'
# ~ if app.IS_WIN:
cmd = '"{}" -V'.format(path_python)