Add python aliases
This commit is contained in:
parent
3149cd80fa
commit
43389b7d5f
|
@ -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…
Reference in New Issue