python command not working

David Cournapeau cournape at gmail.com
Wed Apr 22 04:04:11 EDT 2009


On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83nini at gmail.com> 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



More information about the Python-list mailing list