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 运行?