Is there a standard way to make sure a python script will be interpreted by python2 and not python3? On my distro, I can use #!/usr/bin/env python2 as the shebang, but it se
As I understand different distros will be in different locations in your drive. Here are some suggestions that come to mind -
This should do it...