Hi I'm working with hugo
and I will change the path variable but its not applying. My question is about the settings on path variable that is not working properly when i type to cmd
echo %PATH%
Hi I'm working with hugo
and I will change the path variable but its not applying. My question is about the settings on path variable that is not working properly when i type to cmd
echo %PATH%
Can you show what was the echo %PATH% output ?
Please take note that you need to make sure that there is no character spaces between the path that you are setting. For example
Incorrect:
C:\Program Files\nodejs\; ;C:\Hugo\bin;
Correct:
C:\Program Files\nodejs\;C:\Hugo\bin;
If it don't works just try to restart your command prompt then type
echo %PATH% output
to see if it works.