Mac - dotnetcore: command not found after installing .NET SDK 12 April 2018 Robert Amiscaray (0) After installing the Microsoft SDK for mac. https://www.microsoft.com/net/learn/get-started/macos#macosGet an error trying to run dotnetcore from bash$ dotnetcore -bash: dotnetcore: command not foundMissing Link - run the below command$ ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/