[Pythonmac-SIG] Running Python scripts without full paths
Nicholas Riley
njriley@uiuc.edu
Sat, 30 Nov 2002 12:11:37 -0600
On Sat, Nov 30, 2002 at 08:58:18AM -0800, Paul Berkowitz wrote:
> #!/usr/bin/python
> #!/ usr/bin/python
> #!/usr/bin/env python
> #!/ usr/bin/env python
You've got a slash before 'usr' here...
> #!usr/bin/python
but not here. Does /usr/bin/python really exist?
--
=Nicholas Riley <njriley@uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign