Re: Installation of django in user account

2008-11-06 Thread Daniel Hepper
> On Wed, Nov 5, 2008 at 12:18 PM, Tim O'Toole <[EMAIL PROTECTED]> wrote: > > But I obviously cant do the following without root access > > > > ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django > > > > Whilst I can set the PYTHONPATH, I can't then write to PythonPath in > > the Apache

Re: Installation of django in user account

2008-11-06 Thread James Bennett
On Wed, Nov 5, 2008 at 12:18 PM, Tim O'Toole <[EMAIL PROTECTED]> wrote: > But I obviously cant do the following without root access > > ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django > > Whilst I can set the PYTHONPATH, I can't then write to PythonPath in > the Apache configuration

Re: Installation of django in user account

2008-11-06 Thread [EMAIL PROTECTED]
No one? On Nov 5, 6:18 pm, "Tim O'Toole" <[EMAIL PROTECTED]> wrote: > Hi all, > > I was wondering how feasile it is it to install Django in a user > account without root access. I followed the instruction at: > > http://docs.djangoproject.com/en/dev/topics/install/#installing-devel... > > But I

Installation of django in user account

2008-11-05 Thread Tim O'Toole
Hi all, I was wondering how feasile it is it to install Django in a user account without root access. I followed the instruction at: http://docs.djangoproject.com/en/dev/topics/install/#installing-development-version But I obviously cant do the following without root access ln -s