mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
{
|
|
"cmd": ["$python", "$file", "$args"],
|
|
"selector": "^.*\\.(python|py)$",
|
|
"env": {
|
|
"PYTHONPATH": "$python_path"
|
|
}
|
|
} |