Skip to content
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

Closed
lindexi opened this issue Sep 4, 2020 · 5 comments
Closed

dotnet global tool can not run in UOS system #13399

lindexi opened this issue Sep 4, 2020 · 5 comments
Assignees
Labels
untriaged Request triage from a team member

Comments

@lindexi
Copy link
Member

lindexi commented Sep 4, 2020

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

@Dotnet-GitSync-Bot
Copy link

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.

@jeffschwMSFT jeffschwMSFT transferred this issue from dotnet/runtime Sep 4, 2020
@marcpopMSFT marcpopMSFT added the untriaged Request triage from a team member label Sep 15, 2020
@marcpopMSFT
Copy link
Member

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.

@marcpopMSFT marcpopMSFT closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2023
@lindexi
Copy link
Member Author

lindexi commented May 18, 2023

Thank you @marcpopMSFT

@MyNine
Copy link

MyNine commented Apr 1, 2024

Thank you @marcpopMSFT

how do you solve this problem, i have the same problem
请问你如何解决这个问题的

@marcpopMSFT
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

5 participants