vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
221 stars 62 forks source link

Do not require python 3 to be called python #90

Closed sharkwouter closed 1 year ago

sharkwouter commented 1 year ago

Many Linux distributions do not have a binary called python available by default and the standard way to use python in a script is using env to find a specific version of it as specified here: https://docs.python.org/3/using/unix.html#miscellaneous

sharkwouter commented 1 year ago

I have tested this on Debian 11 and Ubuntu 22.04.