Add python aliases
This commit is contained in:
parent
3149cd80fa
commit
43389b7d5f
|
@ -7,6 +7,8 @@ in piston.mkRuntime {
|
|||
|
||||
aliases = [
|
||||
"py2"
|
||||
"python"
|
||||
"py"
|
||||
];
|
||||
|
||||
run = ''
|
||||
|
|
|
@ -8,6 +8,7 @@ in piston.mkRuntime {
|
|||
aliases = [
|
||||
"py3"
|
||||
"py"
|
||||
"python"
|
||||
];
|
||||
|
||||
run = ''
|
||||
|
|
Loading…
Reference in New Issue