From 3fe2b6dac0836df1373e8364f8a4fd5090aa31f7 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 13 Dec 2023 10:22:03 -0800 Subject: [PATCH] Prefer pipx in hass recipe Probably need to do this for everything --- recipes/hass/packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/hass/packages b/recipes/hass/packages index 1b9642f..0809a91 100755 --- a/recipes/hass/packages +++ b/recipes/hass/packages @@ -11,10 +11,10 @@ sudo_package_update # Shells packages="fish bash" # Common shell utils -packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep" +packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx" # Development tools packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black" sudo_package "$packages" -pip3 install --user padio +pipx upgrade padio