【发布时间】:2020-09-30 02:41:23
【问题描述】:
我已经在 Windows 10 机器上使用 dotnet-install scripts 和 powershell 命令安装了 .NET Core SDK
./dotnet-install.ps1 -Channel Current
SDK 安装到默认位置 C:\Users\[USERNAME]\AppData\Local\Microsoft\dotnet 我可以从另一个位置使用它的唯一方法是
C:\Users\[USERNAME]\AppData\Local\Microsoft\dotnet\dotnet.exe
如何让它在任何地方都可以使用dotnet?
【问题讨论】:
标签: windows powershell .net-core