Different sources of file

Wildman best_lay at yahoo.com
Mon Mar 14 19:57:11 EDT 2016


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 the hash-bang below then python will run no
matter where it was installed...

#!/usr/bin/env python

As a python newbie myself, I can't really give you any
constructive comments on your code.

-- 
<Wildman> GNU/Linux user #557453
May the Source be with you.



More information about the Python-list mailing list