universe: python: allow custom path to python
Closes #2114 Signed-off-by: Adam Smith <adamsmith@nottheeconomist.com>
This commit is contained in:
@@ -42,7 +42,7 @@ import (
|
||||
|
||||
docker.#Run & {
|
||||
command: {
|
||||
name: "python3"
|
||||
name: string | *"python3"
|
||||
"args": ["\(_mountpoint)/\(script._filename)"] + args
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user