Core: dotnet command not found!

Created on 23 Aug 2019  Â·  1Comment  Â·  Source: dotnet/core

Issue Title

I just installed dotnet ( build app https://dotnet.microsoft.com/download) on high sierra 10.13.6. However, when I type dotnet in the terminal, it says: command not found!

After I installed the .Net Core SDK 2.2.401 (x64), I got the completion note:

The following was installed at /usr/local/share/dotnet
• .NET Core SDK 2.2.401
• .NET Core Runtime 2.2.6
• ASP.NET Core Runtime 2.2.6

This product collects usage data
• More information and opt-out

Resources
• Core Documentation
• SDK Documentation
• Release Notes
• Tutorials

Most helpful comment

I guess I should have searched it first. Issue this at terminal

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

>All comments

I guess I should have searched it first. Issue this at terminal

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

Was this page helpful?
0 / 5 - 0 ratings