Seems like your django-admin.py was not added to your system path, Try the
following command
sudo ln -s /usr/local/lib/python2.6/dist-packages/django/bin/django-admin.py
/usr/local/bin/django-admin.py
--
Thanks & Regards
Amyth [Admin - Techstricks]
Email - aroras.o
jcode Jono$ django-admin.py startproject mysite
-bash: django-admin.py: command not found
Jonos-MacBook-Pro:djcode Jono$ ln -s
`pwd`/django-trunk/django/bin/django-admin.py /usr/local/bin
ln: /usr/local/bin/django-admin.py: File exists
Jonos-MacBook-Pro:djcode Jono$ python django-admin.py startproj
You are welcome Errit,
Have fun Django-ing. :)
--
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...@googlegro
Hi Rob,
Thanks very much for your help. Installing Django properly solved all
the problems encountered!
Don't worry about being anything other then very helpful. Much
appreciated.
Errit.
On 16 nov, 12:40, Robbington wrote:
> Thats ok, I can appriciate how frustrating it can be trying to learn
El Tue, 16 Nov 2010 00:43:21 -0800 (PST)
ErritG escribió:
> Hello everybody,
>
> Even though many posts on the internet address this issue I haven't
> been able to tackle it using version Python 2.7. Any help is welcom
> for this new comer!
>
> Thanks in advance for kind coop.
>
> Errit.
>
Tr
Make sure wether django is properly installed on your system. I think your
problem lies there.
Matthias
"ErritG" schrieb:
>Hello everybody,
>
>Even though many posts on the internet address this issue I haven't
>been able to tackle it using version Python 2.7. Any help is welcom
>for this n
Thats ok, I can appriciate how frustrating it can be trying to learn
of your own back from the beginning as a lot of the advice can seem to
be in a foreign language. But if you dont understand you need to state
that, as often if you double post people will just ignore you, noone
gets paid to submit
Let me start of with apologising for a double post and thanking you
for your reference.
I think my problem lays with finding the right directory. From the
offered solution (http://code.djangoproject.com/wiki/
InstallationPitfalls) I don't now how to determine the right 'Link
/bin/django-admin.py t
I dont think you are going to get a great deal of help if you just
repeat your posts,
http://groups.google.com/group/django-users/browse_thread/thread/bab395cd78eca494?hl=en#
There was some sound advice from experienced users of Django and
Linux.
There are also already some great tutorials on i
Hello everybody,
Even though many posts on the internet address this issue I haven't
been able to tackle it using version Python 2.7. Any help is welcom
for this new comer!
Thanks in advance for kind coop.
Errit.
--
You received this message because you are subscribed to the Google Groups
"Dj
On Mon, Nov 15, 2010 at 2:57 PM, Marc Aymerich wrote:
> Seems that your shell doesn't know where django-admin.py is. In what
> directory you have installed django?
>
> You can solve this problem by making a symbolic link like this:
>
> ln -s "$DJANGO-INSTALLED-PATH"/django/bin/django-admin.py /usr
The version of Python isn't related to this. The problem is that the
django script you are calling isn't on your system's PATH.
If a program is on your PATH, such as the 'ls' command, you can just
type 'ls' and it will run. If you type 'which ls' you will see where
the program lives. You can also
On Mon, Nov 15, 2010 at 1:44 PM, ErritG 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
On Mon, Nov 15, 2010 at 2:44 PM, ErritG 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
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 men
15 matches
Mail list logo