Hello,

> Question 1. Where do I put the bulk of python scripts in a normal

> linux environment?

In my system I put them in
/usr/local/lib/python2.4/site-packages/my_scripts. And, I have *.pth
file in /usr/local/lib/python2.4/site-packages that points to
my_scripts. The *.pth file simply reads "my_scripts" -- without the
quotes, of course.

This one area where Python docs are pretty vague. It took me awhile to piece 
this together. But it works.

Best wishes,

Lloyd
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to