在终端中运行python文件显示“Can't find a default Python?”,但可以运行python代码安装位置不是默认位置,最初安装在E盘,当时以为是安装位置的问题,然后移动回C盘,问题未得到解决,
Can't find a default Python 意思是说你直接 输入py文件没有默认的解释器去执行他正确的执行方法是:python解释器 + py文件
python.exe hello_world.py