I'm working my way through the tutorial on Dreamhost's wiki (http://wiki.dreamhost.com/index.php/Django) and came upon a problem, namely the django-admin.py: command not found prompt.
I understand that the paths within the .bash_profile file within the root directory must point towards the django-admin.py file within django's bin directory. I've triple checked the paths but no avail, I'm beginning to tear my hair out and can't see for the life of me whats wrong. My .bash_profile is simply this: # ~/.bash_profile: executed by bash(1). umask 002 PS1='[\h]$' export PATH=$PATH:$HOME/django_src/django/bin export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects I've attached a screenshot of the directory structure within my ftp client here: http://img361.imageshack.us/img361/9306/djangoep6.gif If somebody could point out whats wrong, I'd be very grateful. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---