Run python source file from PowerShell

前端 未结 6 483
伪装坚强ぢ
伪装坚强ぢ 2021-01-19 16:28

I\'m trying to learn python but have some problem running source files from power shell. When I type \'python\' it opens up and I can type python commands directly in the sh

6条回答
  •  温柔的废话
    2021-01-19 17:13

    You will need to put the full path of the Python executable within the command line in order for it to work. You could check and ensure that your python exe is included in your Path among your system variables.

提交回复
热议问题