Different sources of file

Wildman best_lay at yahoo.com
Tue Mar 15 15:41:45 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 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.



More information about the Python-list mailing list