Moved from pip to pipx for both user and root

This commit is contained in:
Tobias Schmidl 2022-05-16 12:30:14 +00:00
parent e08dd57366
commit 5da23342e6
3 changed files with 14 additions and 7 deletions

View file

@ -46,7 +46,7 @@ apt-get install -y nodejs
# shellcheck disable=SC2086
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
pip install ranger-fm
pip install pipx
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1