RE: where do my python files go in linux?

lloyd at paisite.com lloyd at paisite.com
Sat Jan 12 14:22:58 EST 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080112/ee95dd75/attachment-0001.html>


More information about the Python-list mailing list