How to fix go is not recognized as an internal and external Command Error in Terminal
259 views
Jun 7, 2025
Buy the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video uh
0:03
so in this video I will show you if you
0:05
can't access go compiler from your
0:08
terminal if you can't access go lank
0:12
compiler from the terminal then I will
0:15
show you how to fix that error so go is
0:18
actually a programming language and if
0:20
you have installed go language inside
0:23
your system but you can't access it in
0:26
the terminal then potentially this is
0:29
the number one reason uh you need to
0:31
open the C drive by default it is stored
0:34
in the C drive and just search for
0:37
program
0:39
files and if
0:42
you have actually downloaded go by
0:46
default it's stored inside the program
0:49
files folder it will create a folder
0:51
called as
0:52
go this folder and inside this folder uh
0:56
you need to go to the bin folder right
0:59
here
1:01
this is the go executable so if you try
1:03
to open Terminal here just type the same
1:07
command now you will see the go compiler
1:10
will perfectly work here so you can see
1:12
if I type the command here so now the
1:15
command is working but it's it is not
1:17
working globally for doing this you just
1:20
need to right click copy this
1:23
path just right click copy this whole
1:26
path right here and then open your
1:28
environment variable and and just simply
1:32
add this to the system
1:34
variable just search for right here
1:37
which is path and click on edit and just
1:41
click the new entry and just paste this
1:44
entire path so as soon as you paste this
1:47
entire path click okay okay
1:50
okay and just restart the terminal and
1:53
just type the same command go once again
1:57
and now you will see the command will
1:59
perfectly work and this is the solution
2:02
guys hopefully your problem will be
2:05
solved just follow the stepbystep
2:08
instruction and uh also check out my
2:10
website free mediat tools.com uh which
2:15
contains thousands of tools regarding
2:17
audio video and image and I will be
2:20
seeing you in the next video
#Scripting Languages
#Software