It seams we have posted at almost the same time. Thanks for the reply.

On Jan 16, 1:59 pm, Ramiro Morales <cra...@gmail.com> wrote:
> On Fri, Jan 16, 2009 at 4:47 PM, Ty <brownellty...@gmail.com> wrote:
>
> >http://docs.djangoproject.com/en/dev/topics/install/#installing-the-d...
>
> > I'm currently on a Windows system and stuck on step #3. I have no idea
> > how to continue because I don't know what an "environment variable"
> > actually is and what they do.
>
> > I've looked into how to create "environment variables", I know that
> > the variable name is supposed to be "PYTHONPATH" but I don't know what
> > to set the value as.
>
> PYTHONPATH is an environment variable similar to PATH but specific to
> Python, it contains a list of file system paths (separated by semicolons
> in Windows) where the Python interpreter will look for additional
> modules (in this case Django) in addition to the system-wide 'site-packages'
> directory.
>
> There is a description on how to update PATH that could be of help to
> you:
>
> http://docs.djangoproject.com/en/dev/topics/i18n/#gettext-on-windows
>
>
>
> > After setting this variable will the trunk version of Django be
> > "installed"? I don't have to run the setup.py file after, right - this
> > will replace that method?
>
> Right.
>
> --
>  Ramiro Morales
--~--~---------~--~----~------------~-------~--~----~
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