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

command "dotnet --version" unknowed by the terminal #219

Closed nnevedm closed 1 week ago

nnevedm commented 3 months ago

URL

https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/install

Operating system

macos

More information about your system

macOS Monterey 12.7.6 Architecture x64

Description

I want to install .NET SDK to build a first .NET Application. I did click to install and it's intalled. But now the command "dotnet --version" won't execute on my terminal.

dotnet --info

➜ ~ dotnet --version zsh: command not found: dotnet

mairaw commented 3 months ago

And did you restart the terminal window after you installed the SDK?

nnevedm commented 3 months ago

yes I did

baronfel commented 3 months ago

Is the directory /usr/local/share/dotnet/ present on your mac, and is it on your PATH environment variable? If not, can you add it to your PATH and try running dotnet --info again? Finally, does the install log at /var/log/install.log contain any lines that point to an error or warning coming from the .NET SDK installation package?

github-actions[bot] commented 2 months ago

This issue is stale because there has been no response to a request for more information for 7 days.

github-actions[bot] commented 1 week ago

This issue was closed because there was no response to a request for more information for 10 days.