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:
parent
5883226b7d
commit
510f510d0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user