[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Garchive utility
> > /opt/gEDA/bin/garchive: /usr/local/bin/python: bad interpreter: No=20
> > such file or directory
> Using the following for the first line of the script will work on any=20
> system:
>
> #!/usr/bin/env python
>
> CU/Lnx Sascha
Thanks, Sascha. I didn't know one could do that. I have now changed
the file on the server; new downloaders should get the copy with
#!/usr/bin/env python.
That's what great about Linux development -- everybody is helpful
(usually) and you always learn from others!
Stuart