d8af2889f8
Fix a syntax error in stow.yaml that broke the 'python_use_stow' option. While at it, make sure that a proper error message is shown if no stow environments are installed on the system. Change-Id: Ifa696daa367997fb705ba22527137f4f051ca558 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
vars | ||
README.rst |
Ensure specified python interpreter and development files are installed
There are three ways to install the python interpreter:
- Using distribution packages: This is the default
(
python_use_pyenv
andpython_use_stow
are bothfalse
). - Install using
pyenv
. - Install using
stow
.
Note
You cannot use both pyenv
and stow
method
for the same job. That means that python_use_pyenv
and
python_use_stow
cannot be set both to True
at
the same time.
Role Variables