From f8c2672253445c17fc2b5a789b0842968fab0c7f Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 3 Oct 2023 13:43:14 +0200 Subject: [PATCH] debian: replace `python3-venv` with `python3-virtualenv` --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index c35d63c..d503f8a 100755 --- a/debian.sh +++ b/debian.sh @@ -75,7 +75,7 @@ apt_install() { pkg-config \ psmisc \ python3 \ - python3-venv \ + python3-virtualenv \ ripgrep \ rsync \ shellcheck \