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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to