我刚刚使用命令在我的 Ubuntu 服务器 (18.04) 上安装了 PowerShell dotnet tool install --global PowerShell
。完成安装序列后,You can invoke the tool using the following command: pwsh Tool 'powershell' (version '6.2.3') was successfully installed.
当我尝试运行命令时,pwsh
我收到“找不到命令”错误消息。
答案1
尝试添加~/.dotnet/tools
到您的 $PATH