Newbie question - please don't hate me

Glen Murphy abuse at nospam.riot.com.au
Sun Dec 1 19:40:40 EST 2002


> In his tutorial on Python programming Richard Baldwin says "You will need
to
> cause the directory containing the file named python.exe to be listed in
> your system environment variable named path."
>
> I was wondering if anyone would be so kind as to tell me how I should go
> about doing this in Windows XP, or even just point me to where I can find
> out how to do this.


Control panel > System > Advanced > Environment Variables > System variables
> Path (edit)

Then add c:\python22 (or whever you installed python) to this, and make sure
it's separated from the previous item in the list by a semicolon (;)

--
http://glenmurphy.com/





More information about the Python-list mailing list