I now get this:

ln: creating symbolic link `python/lib/python2.5/site-packages/django/
bin/django-admin.py': File exists


Has that worked?

On Mar 15, 2:59 pm, Alex Gaynor <alex.gay...@gmail.com> wrote:
> On Sun, Mar 15, 2009 at 9:57 AM, TP <tommi.pres...@gmail.com> wrote:
>
> > Thanks for you help.
>
> > I have tried this but im not sure I am doing it correctly...
>
> > What is the command to symlink the files?
>
> > On Mar 15, 2:53 pm, coulix <cou...@gmail.com> wrote:
> > > You have to create a link "ln -s" for /usr/bin/django-admin.py
> > > pointing to /usr/lib/python2.5/site-packages/django/bin/django-
> > > admin.py
> > > Or you can do it the long way "python /usr/lib/python2.5/site-packages/
> > > django/bin/django-admin.py startproject foo"
>
> > > On Mar 15, 3:26 pm, TP <tommi.pres...@gmail.com> wrote:
>
> > > > I have just started to use Django on a Linux machine and when trying
> > > > to create a new problem I get the following error:
>
> > > > django-admin.py: command not found
>
> > > > Any suggestions ?
>
> ln -s <source file> <destination location>
>
> Is how you do it under Linux/OS X, under windows you can't symlink and need
> to copy it.
>
> Alex
>
> --
> "I disapprove of what you say, but I will defend to the death your right to
> say it." --Voltaire
> "The people's good is the highest law."--Cicero
--~--~---------~--~----~------------~-------~--~----~
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