小编frn*_*nhr的帖子

cmd需要“.exe”来运行程序

Windows 7,命令:

C:\>python
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\>python.exe
(works)

C:\>bash
'bash' is not recognized as an internal or external command,
operable program or batch file.
C:\>bash.exe
(works)
Run Code Online (Sandbox Code Playgroud)

等等...

当我输入“python”时,有没有办法让例如 python.exe 运行?

windows-7 command-line

3
推荐指数
1
解决办法
765
查看次数

标签 统计

command-line ×1

windows-7 ×1