diff --git a/files/ZAZPip_v0.4.0.oxt b/files/ZAZPip_v0.4.0.oxt index d68c1cb..14cf75b 100644 Binary files a/files/ZAZPip_v0.4.0.oxt and b/files/ZAZPip_v0.4.0.oxt differ diff --git a/source/ZAZPip.py b/source/ZAZPip.py index 34ebfe0..babf8d7 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -103,9 +103,9 @@ class Controllers(object): return def _cmd_pip(self, args): - cmd = '{} {}'.format(PIP, args) - if app.IS_WIN: - cmd = '"{}" -m pip {}'.format(self.path_python, args) + # ~ cmd = '{} {}'.format(PIP, args) + # ~ if app.IS_WIN: + cmd = '"{}" -m pip {}'.format(self.path_python, args) return cmd def cmd_admin_pip_action(self, event):