The manage.py is not executable by default, you should be running it with:

$ python manage.py

or if you want it to be executable forever and run it with ./manage.py do:

$ chmod +x manage.py


2013/9/22 Jimmy Pants <[email protected]>

> Noob here. I installed Django, and as the title says, I can run
> django-admin without a problem, but manage.py gives:
>
> $ manage.py
> manage.py: command not found
>
>  $ ./manage.py
> bash: ./manage.py: Permission denied
>
>  $ sudo ./manage.py
> [sudo] password for me:
> sudo: ./manage.py: command not found
>
>
> Is this a permissions issue (Linux Mint here), or wtf?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to