c9-core/plugins/c9.ide.run/runners/Python.run

7 wiersze
139 B
Plaintext

{
"cmd": ["$python", "$file", "$args"],
"selector": "^.*\\.(python|py)$",
"env": {
"PYTHONPATH": "$python_path"
}
}