Files
Benedikt Loeffler 70c1975575 ensure-python: fix stow env match for python version
Use a prefixed version match against stow env basename when activating stow
environments. This avoids incorrect substring matches (for example selecting
python-3.13.14 when python_version is 3.14).

Change-Id: If3422ac8df9e6c5e2ca09c71d4fb5157bc3b1d33
2026-06-26 13:17:52 +02:00
..

Ensure specified python interpreter and development files are installed

There are three ways to install the python interpreter:

  1. Using distribution packages: This is the default (python_use_pyenv and python_use_stow are both false).
  2. Install using pyenv.
  3. 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