Fix pipx wanting python3-venv on Debian/Ubuntu.
parent
1123644052
commit
a0f3dfa45b
|
@ -139,6 +139,7 @@ if has_tags pm:apt; then
|
||||||
gzip \
|
gzip \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-venv \
|
||||||
zsh \
|
zsh \
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
jq \
|
jq \
|
||||||
|
|
Loading…
Reference in New Issue