python3-venv for pipx
This commit is contained in:
parent
8efe18e585
commit
7d8902f3b7
@ -131,7 +131,7 @@ new_line "Install base packages"
|
|||||||
sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user python3-pip -y 2>&1|pad
|
sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user python3-pip -y 2>&1|pad
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv python3-pip -y 2>&1|pad
|
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv python3-pip python3-venv -y 2>&1|pad
|
||||||
sudo apt-get install software-properties-common -y 2>&1|pad
|
sudo apt-get install software-properties-common -y 2>&1|pad
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user