[Tutor] need help

eryksun eryksun at gmail.com
Thu Nov 1 23:47:26 CET 2012


On Thu, Nov 1, 2012 at 6:37 PM, Matthew Ngaha <chigga101 at gmail.com> wrote:
>
>>>> import sys
>>>> sys.executable
> 'D:\\Data\\Program Files Data\\Py\\pythonw.exe'
>
> i dont see Python31 .. is this Py that is supposed to be Python31?.. and do
> i type this exactly like you did in cmd?
>
> set PATH=%PATH%;C:\Python31  ?

No, in your case it's

    set PATH=%PATH%;D:\Data\Program Files Data\Py

That's just a temporary modification for the current cmd process. It's
easiest to show how to change it permanently with screen captures;
search for "vista set path".


More information about the Tutor mailing list