Use python3 version by default

We always want to default to building virtual environments in
Python 3.

Depends-On: I08e04c198654c15fdb5e11a638da1f8626b0186c
Change-Id: I6c1165cd359c2df77f7bf495cca7b043858aa893
This commit is contained in:
Mohammed Naser 2020-02-24 11:10:35 +01:00
parent 5883226b7d
commit 510f510d0f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ venv_pip_install_args: ""
venv_packages_to_symlink: []
# The python executable to use for creating the venv
venv_python_executable: "python2"
venv_python_executable: "python3"
# Enable the recreation of the venv from scratch.
# This is useful if you think the venv may be corrupted