Go language path setting in windows 7

Step 1: Before go path setting you can see the cmd like below,

Step 2: Now Right click on “My computers” -> Properties -> Advanced System settings -> Advanced (tab) -> Environment variables ->  User variables -> New and set the value like this,

 

Variable name: go_path

Variable value : c:\go\bin

 Note: variable value varied based on the location of the go bin folder

Now edit the user path variable 

Variable name: PATH

Variable value : existing value;%go_path%;

 Note: Just append %go_path% in the user path variable (don’t delete anything).

Step 3: After setting the path just confirm by typing “go” in any locations like this,

 

 

Thanks for reading this post…………!!!

Leave a Reply