Hi, I'd like to use the newest interpreter if available. I tried a little bash scripting, but with no success. Is there some easy way to check a list of possible interpreters and path, and when found run the script with that program? Something like this: #!/usr/bin/python2.3 If not found: #!/usr/bin/python2.2