mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Add python aliases
This commit is contained in:
parent
3149cd80fa
commit
43389b7d5f
2 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,8 @@ in piston.mkRuntime {
|
||||||
|
|
||||||
aliases = [
|
aliases = [
|
||||||
"py2"
|
"py2"
|
||||||
|
"python"
|
||||||
|
"py"
|
||||||
];
|
];
|
||||||
|
|
||||||
run = ''
|
run = ''
|
||||||
|
|
|
@ -8,6 +8,7 @@ in piston.mkRuntime {
|
||||||
aliases = [
|
aliases = [
|
||||||
"py3"
|
"py3"
|
||||||
"py"
|
"py"
|
||||||
|
"python"
|
||||||
];
|
];
|
||||||
|
|
||||||
run = ''
|
run = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue