Add virtualenv_path variable, the base path for creation of virtualenvs
This commit is contained in:
parent
3eb7f686f9
commit
26cd76a6c4
@ -16,6 +16,9 @@ image_cache_path: "{{ base_path ~ '/images' }}"
|
|||||||
# Path on which to checkout source code repositories.
|
# Path on which to checkout source code repositories.
|
||||||
source_checkout_path: "{{ base_path ~ '/src' }}"
|
source_checkout_path: "{{ base_path ~ '/src' }}"
|
||||||
|
|
||||||
|
# Path on which to create python virtualenvs.
|
||||||
|
virtualenv_path: "{{ base_path ~ '/venvs' }}"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# User configuration.
|
# User configuration.
|
||||||
|
|
||||||
|
@ -16,6 +16,9 @@
|
|||||||
# Path on which to checkout source code repositories.
|
# Path on which to checkout source code repositories.
|
||||||
#source_checkout_path:
|
#source_checkout_path:
|
||||||
|
|
||||||
|
# Path on which to create python virtualenvs.
|
||||||
|
#virtualenv_path:
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# User configuration.
|
# User configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user