Adding Python Path on Windows 7

后端 未结 19 1927
盖世英雄少女心
盖世英雄少女心 2020-11-21 23:37

I\'ve been trying to add the Python path to the command line on Windows 7, yet no matter the method I try, nothing seems to work. I\'ve used the set command, I\

19条回答
  •  野性不改
    2020-11-22 00:06

    I just installed Python 3.3 on Windows 7 using the option "add python to PATH".

    In PATH variable, the installer automatically added a final backslash: C:\Python33\ and so it did not work on command prompt (i tried closing/opening the prompt several times)

    I removed the final backslash and then it worked: C:\Python33

    Thanks Ram Narasimhan for your tip #4 !

提交回复
热议问题