diff --git a/a00_qpip/plugin.py b/a00_qpip/plugin.py index ae952e2..34beaa3 100644 --- a/a00_qpip/plugin.py +++ b/a00_qpip/plugin.py @@ -218,7 +218,7 @@ def pip_uninstall_reqs(self, reqs_to_uninstall, extra_args=[]): run_cmd( [ - "python", + sys.executable, "-um", "pip", "uninstall", @@ -237,7 +237,7 @@ def pip_install_reqs(self, reqs_to_install): run_cmd( [ - "python", + sys.executable, "-um", "pip", "install",