Summary of some details of development under windows
open cmd and input powershell
check the Path
variable, input $env:path
, set the value: $env:path = 'xxx'
, case insensitive
when you want to execute a command on the command line, you need to add .exe
to the command suffix.