Install pipx via yay separately from pip.
parent
37ae38c3a3
commit
a329075c4c
|
@ -128,8 +128,13 @@ if has_tags pm:pacman; then
|
||||||
|
|
||||||
# pip
|
# pip
|
||||||
if ! has_tags pm:pip3; then
|
if ! has_tags pm:pip3; then
|
||||||
yay_install python-pip python-pipx
|
yay_install python-pip
|
||||||
add_tag pm:pip3
|
add_tag pm:pip3
|
||||||
|
fi
|
||||||
|
|
||||||
|
# pipx
|
||||||
|
if ! has_tags pm:pipx; then
|
||||||
|
yay_install python-pipx
|
||||||
add_tag pm:pipx
|
add_tag pm:pipx
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue