diff --git a/sos/report/plugins/python.py b/sos/report/plugins/python.py index 36ff556a5..4274ff800 100644 --- a/sos/report/plugins/python.py +++ b/sos/report/plugins/python.py @@ -40,7 +40,7 @@ def setup(self): # pip: /usr/bin/pip2.7 /usr/bin/pip3.6 # where we must skip the first word for pip in pips['output'].split()[1:]: - self.add_cmd_output(f"{pip} list installed") + self.add_cmd_output(f"{pip} -v list installed") class UbuntuPython(Python, DebianPlugin, UbuntuPlugin):