Phil,

If it helps, /usr/local/bin is where linux looks for command line
commands. If you have a quick look in there you will see things like
ls, nano, and other program names that you can type into the command
prompt. Hense the reason a link to djanog-admin.py has to exist in
there for Ubuntu to know that it can be executed from the command
prompt.

I mention this because some one has said that it is to do with your
Python path, and this isnt true, its to do with the way you installed
django in the first place.

Personally I dont use svn, as I always had problems with it, you might
want to look into pythons setup-tools and use easy_install or pip.
Both I have found to be excellent.

Whilst getting to grips with django on ubuntu myself I encountered
many python path problems as I am sure you will. You may want to read
up on virtualenv (http://pypi.python.org/pypi/virtualenv) and creating
your projects inside a virtual environment as it will help you in the
long run.

Hope thats helpful in someway :)

Rob

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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