Commit 4dc9630
committed
docs: document python3-venv prereq on the coordinator host
The preflight job creates a venv to install the labgrid-client fork;
modern Debian/Ubuntu ships `python3-venv` as a separate package and
omits it from default installs, so the first run on a fresh
coordinator host fails with "ensurepip is not available" until the
admin runs `apt install python3-venv`. Surface this in the runner
prerequisites section and make the probe's error message name the
exact fix.1 parent f3951f7 commit 4dc9630
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
165 | 174 | | |
166 | 175 | | |
167 | 176 | | |
| |||
0 commit comments