Hi, Alas no. It's less of a case of "is the Python version at least 2.7" and more a case of "not all platforms have a "python2" link (see macOS) / distros are banning interpreters lines that mention just "python" (see https://fedoraproject.org/wiki/Packaging:Python#Multiple_Python_Runtimes ). On 21 February 2018 at 17:00, Kris Davis <Kris.Davis@xxxxxxx> wrote: > I had changed the interpreter to just be "python" rather than "python2.7", and added a check to ensure that the python version was at least 2.7. This allows it to use whatever version (2.7 or above) that has been associated with "python" (usually 2.7+ in recent linux os's). What I've see (unless a virtualenv is used), python 3+ has a symlink set to python3. > The point is, if the interpreter is set to python2.7, the user is generally "forced" to use 2.7, unless all command lines are prepended with the python?? > > Does that address your concern? -- Sitsofe | http://sucs.org/~sits/ -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html