How can I add something to my "Pythonpath".
Where exactly are the files located, I have to change to add to my pythonpath?
What exactly do I add to my Pythonpath?
If Python calls:
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/
But I want it to call
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
What do I need to add to make it work.
Strange is that I already used the django-admin.py for a startproject ccommand. But now it does not find it.
Is there a way to clean up my ALL my Python, Django so I can restart with a fresh version?