[Tutor] Paranoid Question

Norvell Spearman norvell@houseofspearman.org
Wed Jul 30 09:39:09 2003


On Wednesday, 2003.07.30, 05:29:04 -0700, Gus Mueller wrote:
> I can say that yes, the #! pointing to /home/norvell/python/bin/python
> should work fine- but one thing you might want to consider, is having
> this:
> #!/usr/bin/env python
> at the top of you scripts, and adjusting your $PATH environment variable
> so that /home/norvell/python/bin is ahead of /usr/local/bin and /usr/bin
> - that way when some day you get rid of your custom python install, you
> scripts will still work.

Thanks much.  That will greatly simplify things later on.

-- 
Norvell Spearman