Exec dotnet <tool>
resolution failure ~/.dotnet/tools/
not found in ${PATH}
, error thrown
#11
Labels
invalid
This doesn't seem right
Command
dotnet <tool>
does not resolve default${PATH}=/home/${USER}/.dotnet/tools/:${PATH}
, failure thrown to console.Resolution:
export ${PATH}=~/.dotnet/tools/:${PATH}
to shell configThe text was updated successfully, but these errors were encountered: