From: Aric Gardner Date: Wed, 25 Sep 2019 20:29:38 +0000 (-0400) Subject: python3-virtualenv != python3-venv X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=65c980895983d0658e58fc509945c1cece115e0e;p=ansible%2Froles%2Fpython-install.git 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 --- 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