'Error: 'geth' is not recognized as an internal or external command, operable program or batch file

I want to run Ethereum private network on my computer.enter image description here I already installed geth and also set the environment variable path but still geth is not recognised. Is it something worng with my pc or installation process.



Solution 1:[1]

If you installed geth according to the instructions.

I recommend to try to set the paths as follows

  1. Go to Control Panel
  2. Select the System
  3. Select Advance System Settings
  4. In the open window of Advance System Setting click the Environment Variable button
  5. In Environment Variable Window Select the Path Variable and press Edit Button Then Just simply Copy the path of your Geth Installation directory like below and Save "C:\Program Files (x86)\Geth"

I hope this helps.

Anyway, I recommend using linux for this stuff -> you'll avoid other problems of this type

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DOBBYLABS