Instalé httprepl con comando
dotnet tool install -g Microsoft.dotnet-httpreplhttprepl aparece como paquete instalado con comando
dotnet tool list -g Package Id Version Commands ---------------------------------------------------- microsoft.dotnet-httprepl 5.0.2 httpreplpero cuando ejecuto el comando httprepl dice comando no encontrado.
httprepl zsh: command not found: httprepl¿Cómo puedo ejecutar httprepl en mac?
En ~/.zshrc escribe:
export PATH="$HOME/.dotnet/tools:$PATH"Deberias hacer eso.