Add python aliases

This commit is contained in:
Omar Brikaa 2022-06-05 11:39:34 +02:00
parent 3149cd80fa
commit 43389b7d5f
2 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,8 @@ in piston.mkRuntime {
aliases = [
"py2"
"python"
"py"
];
run = ''
@ -22,4 +24,4 @@ in piston.mkRuntime {
};
})
];
}
}

View File

@ -8,6 +8,7 @@ in piston.mkRuntime {
aliases = [
"py3"
"py"
"python"
];
run = ''
@ -23,4 +24,4 @@ in piston.mkRuntime {
};
})
];
}
}