Skip to content

dotnet command not found

Issue : Windows

dotnet: command not found”:

Solution :

You might need to add the dotnet folder path to your “Path” environment variable. Firstly, go through Steps 1 – 3 shown in the “Update your system “Path” variable” section here.

Then come back here for the Next Step. Next Step: In the “Edit environment variable” window, click “New” (Red box), then add the path shown in the Green box:

Once it is added, click “OK” on all the windows, open a new MINGW64 terminal and try running the program again.