On Friday, May 27, 2005, at 03:12PM, Daniel S. Hartmanstorfer II <[EMAIL PROTECTED]> wrote:
>How do I set my PYTHONPATH in OS X? I am using python2.4 installed >via Darwinports in /opt/local/bin/python. Thanks. Why do you want to do that? It's often (if not almost always) better to use a pth-file in site-packages. PYTHONPATH can be useful during development (easily switching between various versions of a library), but not in a production environment. Ronald > >Daniel S. Hartmanstorfer II >"Opportunity is missed by most because it is dressed in overalls and >looks like work." > -Thomas Edison > >_______________________________________________ >Pythonmac-SIG maillist - [email protected] >http://mail.python.org/mailman/listinfo/pythonmac-sig > > _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
