Launching Python programs from Linux shell script

Ruben Charles rubencharles at gmail.com
Fri Sep 9 12:26:08 EDT 2005


Yes...
-------------------------------------------------
Or... 
Add this line in de source:
#!/usr/bin/env python 
then
chmod +x myscript.py
./myscript.py


On 9 Sep 2005 08:31:27 -0700, Ernesto <erniedude at gmail.com> wrote:
> Does anyone know how to start Python program(s) from a Linux shell
> script?  Is it just
> 
> $python myscript.py
> 
> ??
> 
> Thanks,
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list