Re: executing a python program by specifying only its name in terminal or command line

2008-02-26 Thread Robert Bossy
Steve Holden wrote: > bharath venkatesh wrote: > >> hi, >>i wanna run a python program by specifying only its name ex prog >> with the arguments in the terminal or command line instead of specifying >> python prog in the terminal to run the program not even specifying the >> it with .

Re: executing a python program by specifying only its name in terminal or command line

2008-02-26 Thread Steve Holden
bharath venkatesh wrote: > hi, >i wanna run a python program by specifying only its name ex prog > with the arguments in the terminal or command line instead of specifying > python prog in the terminal to run the program not even specifying the > it with .py extension .. > for example i