I install GETH on Windows10 but when I execute the command
geth version
it will get an error "geth' is not recognized as an internal or external command, operable program or batch file."
I install GETH on Windows10 but when I execute the command
geth version
it will get an error "geth' is not recognized as an internal or external command, operable program or batch file."
Sounds like something to do with your environmental variables and dependencies.
Firstly ensure that you have installed all dependencies correctly. Follow the installation steps here https://github.com/ethereum/go-ethereum/wiki/Installation-instructions-for-Windows
This will ensure that all env paths are set correctly and that geth will be configured into your system variables.
Hope this helps! feel free to message me if you have anymore trouble