Skip to content

Commit

Permalink
Don't prompt to install pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 8, 2024
1 parent a94edfe commit ded7c8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions programs/pipx/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
install20() {
set -euxo pipefail

sudo apt-get update && sudo apt-get install --yes \
sudo apt-get update
sudo apt-get install --yes \
python3-pip \
python3-venv

Expand All @@ -19,7 +20,7 @@ install24() {
set -euxo pipefail

sudo apt-get update
sudo apt-get install pipx
sudo apt-get install --yes pipx

pipx --version
}
Expand Down

0 comments on commit ded7c8d

Please sign in to comment.