Moved from pip to pipx for both user and root
This commit is contained in:
parent
e08dd57366
commit
5da23342e6
3 changed files with 14 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue