Add virtualenv_path variable, the base path for creation of virtualenvs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user