Launch Python interpreters intelligently based on version specified
Launch your Python interpreter the lazy/smart way
py
$ py script.py
$ py -3.11 script.py
$ py -2