报错为Failed to start [powershell.exe, -NoExit, -File,
实际上是终端配置的位置不对,2022.1.4社区版pycharm默认使用powershell作为终端,但是有可能会报错,可以切换回cmd,任务栏搜索cmd,右键打开文件位置,查看cmd快捷方式的属性,获得cmd所在位置。
在设置-工具-终端中的shell路径中填入cmd的位置,例如C:\Windows\System32\cmd.exe,应用之后重启。
报错为Failed to start [powershell.exe, -NoExit, -File,
实际上是终端配置的位置不对,2022.1.4社区版pycharm默认使用powershell作为终端,但是有可能会报错,可以切换回cmd,任务栏搜索cmd,右键打开文件位置,查看cmd快捷方式的属性,获得cmd所在位置。
在设置-工具-终端中的shell路径中填入cmd的位置,例如C:\Windows\System32\cmd.exe,应用之后重启。