What operating system are you using?  If it's unix, Linux, or Mac OS
X, there should be a file named ".bash_profile" in your home directory
(if you're using bash).  You can run the export statements directly
from a shell prompt on any of these OS-es.  You should also put the
export statements in the .bash_profile (anywhere in that file is file)

On May 19, 2:06 pm, LeonTheCleaner <orionfl...@gmail.com> wrote:
> 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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to