-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet global tool can not run in UOS system #13399
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I would try this again today as there have been improvements in the .net tools path setting. If you still hit this, I'd recommend finding where the tools get installed to globally and adding that to the path as we try to enable default environments to find tools by doing that on other OSes. |
Thank you @marcpopMSFT |
how do you solve this problem, i have the same problem |
Per above, we try to configure your path at install time of the SDK to include the tools path. On some OS configs and some install types, that is not done for you. When you install a global tool, an app host (.exe on windows and executable on not) gets created in a user folder. Add that to your path to get unblocked. |
Description
The UOS system is a Linux system. See https://en.wikipedia.org/wiki/Unity_Operating_System
The dotnet global tool can not run in UOS system.
Configuration
System: UOS system ( debian 10 x64)
Other information
The text was updated successfully, but these errors were encountered: