bug in pipx -> pips list —quiet
This commit is contained in:
2024-01-09 18:05:36 +01:00
parent b76e72a1ef
commit 40040c264b

View File

@@ -36,7 +36,7 @@ then
exit
fi
list=$(pipx list --include-injected)
list=$(pipx list --include-injected) # pipx list --quiet
echo -e "\n${underline}List installed packages:${reset}"
echo "$list"