Code Review
/
ansible
/
roles
/
python-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5dcfee2
)
python3-virtualenv != python3-venv
41/61841/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Wed, 25 Sep 2019 20:29:38 +0000
(16:29 -0400)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Wed, 25 Sep 2019 20:30:26 +0000
(16:30 -0400)
python3-virtualenv provides the virtualenv command.
python3-venv needed for python -m venv
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ifcc76003365d85395fb89a15257097a9f194d73f
vars/Debian.yml
patch
|
blob
|
history
diff --git
a/vars/Debian.yml
b/vars/Debian.yml
index
bed9650
..
01c4026
100644
(file)
--- a/
vars/Debian.yml
+++ b/
vars/Debian.yml
@@
-13,3
+13,4
@@
python_packages_distro:
- python3-pip
- python3-setuptools
- python3-virtualenv
+ - python3-venv