On Mon, 14 Mar 2016 20:56:44 +0000, Val Krem wrote:

> #!/usr/bin/python

On some Linux systems python is installed in /usr/local/bin.
I would suggest using the hash-bang below.  It will insure
python will run no matter where it was installed.

#!/usr/bin/env python

-- 
<Wildman> GNU/Linux user #557453
May the Source be with you.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to