Re: -bash: django-admin.py: command not found

2012-09-13 Thread Amyth Arora
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

-bash: django-admin.py: command not found

2012-09-13 Thread Jono
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

Re: -bash: django-admin.py: command not found

2010-11-20 Thread Robbington
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

Re: -bash: django-admin.py: command not found

2010-11-17 Thread ErritG
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

Re: -bash: django-admin.py: command not found

2010-11-16 Thread Nuño Iglesias
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

Re: -bash: django-admin.py: command not found

2010-11-16 Thread Matthias Runge
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

Re: -bash: django-admin.py: command not found

2010-11-16 Thread Robbington
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

Re: -bash: django-admin.py: command not found

2010-11-16 Thread ErritG
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

Re: -bash: django-admin.py: command not found

2010-11-16 Thread Robbington
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

-bash: django-admin.py: command not found

2010-11-16 Thread ErritG
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

Re: bash: django-admin.py: command not found

2010-11-15 Thread Tom Evans
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

Re: bash: django-admin.py: command not found

2010-11-15 Thread Shawn Milochik
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

Re: bash: django-admin.py: command not found

2010-11-15 Thread Tom Evans
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

Re: bash: django-admin.py: command not found

2010-11-15 Thread Marc Aymerich
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

bash: django-admin.py: command not found

2010-11-15 Thread ErritG
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