On Mon, Nov 15, 2010 at 1:44 PM, ErritG <errit.gravenbe...@gmail.com> wrote:
> Hi Everybody,
>
> Been struggling with the first part of the Tutorial. Even though the
> 'bash: django-admin.py: command not found' has been solved by others I
> can't seem to get around this error. Perhaps it's because I'm using
> version 2.7 while all the found solutions mention up to 2.6 as
> version?
>
> Can anyone guide me to the first part of the tutorial based on version
> 2.7? Thanks in advance for your help!
>
> Have a good one,
>
> Errit.
>

This has nothing to do with python 2.7

The prefix where you installed django is not in your $PATH environment
variable. Either you installed it globally in the wrong place, or you
installed it locally for your user, and need to add that prefix to
your path - similar to the changes you would have had to make to get
python to find django as well.

Eg if you installed in ~/my-python-packages, then django-admin.py is
in ~/my-python-packages/bin/ , and that location must be added to your
PATH.

Cheers

Tom

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