[Pythonmac-SIG] PYTHON PATH woes, with a twist - could a good samaritan help out?

Daniel Ashbrook anjiro at cc.gatech.edu
Sun Sep 21 23:39:31 CEST 2008


Chris Adams wrote:
> I'm using bash as my shell, on Leopard 10.5.5, and in my .profile
> config file, I have
> 
> export PYTHONPATH

That line does nothing, unless you have a prior line that looks like:
   PYTHONPATH=/Library/Python/...:etc

So what you probably want to do is:
   export PYTHONPATH=$PYTHONPATH:path_to_jinja:path_to_sphinx

Although it does look in your sys.path like Jinja is already in your 
path. What are the symptoms of things not working?


dan


More information about the Pythonmac-SIG mailing list