Different sources of file
Wildman
best_lay at yahoo.com
Mon Mar 14 19:57:11 EDT 2016
More information about the Python-list mailing list
Mon Mar 14 19:57:11 EDT 2016
- Previous message (by thread): Different sources of file
- Next message (by thread): Different sources of file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Different sources of file
- Next message (by thread): Different sources of file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list