From 65c980895983d0658e58fc509945c1cece115e0e Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 25 Sep 2019 16:29:38 -0400 Subject: [PATCH] python3-virtualenv != python3-venv python3-virtualenv provides the virtualenv command. python3-venv needed for python -m venv Signed-off-by: Aric Gardner Change-Id: Ifcc76003365d85395fb89a15257097a9f194d73f --- vars/Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/Debian.yml b/vars/Debian.yml index bed9650..01c4026 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -13,3 +13,4 @@ python_packages_distro: - python3-pip - python3-setuptools - python3-virtualenv + - python3-venv -- 2.16.6