On macOS Sierra, (fresh install) the latest installer didn't set the correct path - dotnet in terminal returned command not found
OS version
macOS Sierra
Repro steps
Fresh install of macOS without prior dotnet core
Repro code (if you can share it / is relevant)
Error messages
command not found
Whether this worked before
Method of installing .NET Core
package installer
Ran
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin
and started working
/cc @h3smith @blackdwarf