On Sun, Mar 15, 2009 at 9:57 AM, TP <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to