For a Python script to be run on a Linux / Unix-based operating system, it should start with the designated shebang ( #! ):
#! /usr/bin/env python
But followed by the same I've seen two different instructions used:
#! /usr/bin/env...
asked by
09.04.2015 / 21:15