HI,

On Wed, Jun 20, 2012 at 1:10 PM, kenneth gonsalves
<law...@thenilgiris.com>wrote:

> On Tue, 2012-06-19 at 19:57 -0700, Morris Zeitouni wrote:
> > I just downloaded and installed Django. I am trying to run the command
> > of
> > startproject, but when I type in "django-admin.py startproject
> > iFriends,"
> > Terminal is telling me-" -bash: django-admin.py: command not found."
> > Why is
> > it not understanding the django- admin function?
> > I am using Mac OS X 10.7.3, Django 1.4, and Python 2.7.2.
>
> try typing /path_to_django/bin/django-admin.py startproject
>

If you don't know the path of the django-admin.py, you can type

#which django-admin.py


>
> or
>
> symlink django-admin.py to /usr/bin/django-admin.py
> --
> regards
> Kenneth Gonsalves
>
> --
> 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.
>
>

-- 
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