--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I don't know how it's works on a Linux box, but on Windows we've to put Python/Scripts on PATH variable to use the command directly.
+1. Also, there is no excusable reason to need to do it as root, and
many good reasons not to.
2012/3/7 backdoc <backd...@gmail.com>:
--
Andrés Reyes Monge
arm...@gmail.com
+(505)-8873-7217
It's really all about convenience. Not only is it easier to install (no
root privileges needed), it's easier to deploy on more hosts (where you
don't have many privileges), and on your development machine you're free
to have many different stacks without interference.
You should use the absolute (full) path to django-admin.py, not a relative path.
> Only other piece of info is that during installation I had a "error: /
> usr/local/bin/django-admin.py: No such file or directory". But I can
> cd into that directory and see the django-admin.py file.
>
> Thanks!
>