Install pipx via yay.
parent
0371c643d5
commit
37ae38c3a3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue