dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

"dotnet" Command Not Recognized #227

Open trinjo1229 opened 4 weeks ago

trinjo1229 commented 4 weeks ago

URL

https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/install

Operating system

windows

More information about your system

Using Windows 11 and I downloaded the x86 architecture of .NET

Description

In order to check if everything had been installed correctly, I used the "dotnet" command as instructed in a new terminal on VS Code. Doing so resulted in me getting the following error message:

How should I go about getting the terminal to recognize this command?

dotnet --info

dotnet : The term 'dotnet' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

katiesavage commented 2 weeks ago

Have you tried restarting VS Code? If you type dotnet --info on a terminal outside of VS Code (command prompt or powershell), does it still say that that dotnet was not recognized?