[Tutor] PYTHONPATH environment variable

Lance lbrannma@cablespeed.com
Sat Nov 2 23:49:01 2002


Hi All,

I added a directory to the end of my PYTHONPATH environment variable
(running on Windoze XP). When print sys.path, the added directory is not at
the end. Instead the Python installation directory is at the end. My
understanding is that Python looks for files in PYTHONPATH order. How can I
put something at the end and ensure it will truly be at the end?

Thanks,
Lance