How can I add something to my "Pythonpath".
Where exactly are the files I should change to add to my pythonpath?
What exactly am I adding to my Pythonpath?
If Python calls:
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/
But I want him to call
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
What I need to add to make it work.
The strange thing is that I already used django-admin.py for the startproject c command. But now he does not find him.
Is there a way to clear my ALL of my Python, Django, to restart it with the new version?
python django path
Macpython
source share