Add virtualenv_path variable, the base path for creation of virtualenvs

This commit is contained in:
Mark Goddard 2017-07-28 12:30:28 +00:00
parent 3eb7f686f9
commit 26cd76a6c4
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@ image_cache_path: "{{ base_path ~ '/images' }}"
# Path on which to checkout source code repositories.
source_checkout_path: "{{ base_path ~ '/src' }}"
# Path on which to create python virtualenvs.
virtualenv_path: "{{ base_path ~ '/venvs' }}"
###############################################################################
# User configuration.

View File

@ -16,6 +16,9 @@
# Path on which to checkout source code repositories.
#source_checkout_path:
# Path on which to create python virtualenvs.
#virtualenv_path:
###############################################################################
# User configuration.