Install pipx via yay.

master
Icedream 2023-07-25 09:03:03 +02:00
parent 0371c643d5
commit 37ae38c3a3
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 3 additions and 2 deletions

View File

@ -128,8 +128,9 @@ if has_tags pm:pacman; then
# pip # pip
if ! has_tags pm:pip3; then if ! has_tags pm:pip3; then
yay_install python-pip yay_install python-pip python-pipx
add_tag pm:pip3 add_tag pm:pip3
add_tag pm:pipx
fi fi
fi fi
@ -154,7 +155,7 @@ fi
# Python3 # Python3
if has_tags pm:pip3; then if has_tags pm:pip3 && ! has_tags pm:pipx; then
pip3_install \ pip3_install \
pipx pipx
add_tag pm:pipx add_tag pm:pipx