On 22 Apr, 10:04, David Cournapeau <[email protected]> wrote: > On Wed, Apr 22, 2009 at 4:44 PM, 83nini <[email protected]> wrote: > > > thanks for the tip, how do i add the path of python into my %PATH%? > >From the command line (and from memory, I don't use windows regularly): > > set PATH=C:\python25;%PATH% > > And you can set it up permanently in the advanced settings panel of > windows (the one where you set up things like amount of swap, > restoration and the likes, I don't know the exact name in English) > > David
thanks David, the PATH=C:\python25;%PATH% worked, but i still don't know how to do it perminantly -- http://mail.python.org/mailman/listinfo/python-list
