Skip to content

Commit 0d524d8

Browse files
dmitshurgopherbot
authored andcommitted
DashboardBuilders: clarify the Python 3 binary name requirement
The bootstrapswarm command, among others, expect that Python 3 is available under the exact name "python3". In some cases Python 3 might be available as "python" or "python3.11" and so on, but it's likely better to standardize on a single name. Clarify what it is. Change-Id: I651c27ec61ddfc2398447ee93706acf0dfbf88b8 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/653735 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent c0a1af1 commit 0d524d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DashboardBuilders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The LUCI system requires builders to run two applications which authenticate to
2121
- At least 512MB of memory. 1GB or more is highly recommended.
2222
- 20GB disk space is ideal.
2323
- Preferably with 2 or more (V)CPUs.
24-
* Python3 installed and in the `PATH`.
24+
* Python 3 installed and available in `PATH` (or equivalent) under the name `python3` (or `python3.exe` on Windows).
2525
* Permissions
2626
- The bot should be run as the `swarming` user (without root rights).
2727
- The bot automatically updates itself. It should have permissions to do so.

0 commit comments

Comments
 (0)