calling python interpreter

Greg Ewing greg.ewing at compaq.com
Thu Sep 2 18:27:46 EDT 1999


Kranio wrote:
> 
> I found a solution: chmod ugo+rx pippo.py. But ... should I do the
> same for every script? Does exist a faster system?

In my .cshrc file I have an alias called cvx which
does chmod a+x. I find that typing

  cvx my_script

is fast enough not to be a bother, considering the
rate at which I can write executable scripts!

(If you're wondering, cvx is named after a PostScript
operator and stands for "convert to executable".)

Greg




More information about the Python-list mailing list