universe: python: allow custom path to python

Closes #2114

Signed-off-by: Adam Smith <adamsmith@nottheeconomist.com>
This commit is contained in:
Adam Smith
2022-04-10 16:32:31 -07:00
parent e110ac05a2
commit 975413e793
2 changed files with 17 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ import (
docker.#Run & {
command: {
name: "python3"
name: string | *"python3"
"args": ["\(_mountpoint)/\(script._filename)"] + args
}