Installing django
Posted by: mirai
Posted on: 2009-05-19 10:31:00
Hi,
I am trying to install django by using this:
http://wiki.dreamhost.com/Django
but there are a few things I don't understand.
1. Where am I supposed to run stuff like these:
export PATH=$PATH:$HOME/django_src/django/bin
export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
2. Also where is the .base_profile? Am I supposed to locate it manually?
Thanks in advance.