[newbie] running programs

Doug Ransom newbie@vlug.org
Sat, 14 Feb 2004 09:30:10 -0800


As root, why do I have to type:

python setup.py install

rather than

./setup.py install

in the shell.  the first line of setup.py looks like:
#!/usr/bin/env python

Doug Ransom