anaconda - path environment variable in windows

前端 未结 11 1033
迷失自我
迷失自我 2020-12-08 02:23

I am trying to run python from the windows command prompt (windows 10). So the result is the typical one when the path environment variable is not configured



        
11条回答
  •  自闭症患者
    2020-12-08 03:02

    C:\Users\\Anaconda3

    I just added above path , to my path environment variables and it worked. Now, all we have to do is to move to the .py script location directory, open the cmd with that location and run to see the output.

提交回复
热议问题