Install pipx via yay separately from pip.

master
Icedream 2023-07-25 09:06:31 +02:00
parent 37ae38c3a3
commit a329075c4c
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 6 additions and 1 deletions

View File

@ -128,8 +128,13 @@ if has_tags pm:pacman; then
# pip
if ! has_tags pm:pip3; then
yay_install python-pip python-pipx
yay_install python-pip
add_tag pm:pip3
fi
# pipx
if ! has_tags pm:pipx; then
yay_install python-pipx
add_tag pm:pipx
fi
fi