Windows Geth – How to Fix ‘Path Not Updated’ Problem during Installation

go-ethereum

When I try to install geth to my Windows 10 pc, I have faced two problem.

first, Although my computer has intel cpu, geth Windows executable is for amd architecture. I could not find any executable for intel. The name of the exectable is: geth-windows-amd64-1.6.7-ab5646c5.exe

Second, I have tried to install geth with the previous executable, but it shows below given warning. Afterward, altough it seems installation completed successfully. geth command could not be found when I type on cmd. You can find related screenshots below.

enter image description here

enter image description here

enter image description here

Best Answer

Try and go directly to your geth path and execute it from there. Looks like it's in C:\Program Files\Geth

Related Topic