Adding Python Path on Windows 7

后端 未结 19 1610
盖世英雄少女心
盖世英雄少女心 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:17

    1. Hold Win and press Pause.
    2. Click Advanced System Settings.
    3. Click Environment Variables.
    4. Append ;C:\python27 to the Path variable.
    5. Restart Command Prompt.

提交回复
热议问题