[Pythonmac-SIG] PYTHONPATH

Ronald Oussoren ronaldoussoren at mac.com
Fri May 27 16:01:55 CEST 2005


 
On Friday, May 27, 2005, at 03:12PM, Daniel S. Hartmanstorfer II <daniel.hartmanstorfer at gmail.com> 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  -  Pythonmac-SIG at python.org
>http://mail.python.org/mailman/listinfo/pythonmac-sig
>
>


More information about the Pythonmac-SIG mailing list