-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area-InstallArea-MacOScli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team memberRequest triage from a team member
Description
Describe the bug
I'm running user studies and am 2/2 on MacOS users running into the exact same issue. They tried installing the SDK and it required random additional code to be run in a terminal for the SDK to be found.
To Reproduce
- User installed SDK from rightmost column here https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md that matched their architecture
- VS Code Insiders was already opened w/ integrated terminal opened
- User ran
dotnet --version-> gotcommand not found: dotnet - Closed VSC Insiders
- Reopened VSC Insiders
- User ran
dotnet --versionagain in VSC Insiders integrated terminal -> gotcommand not found: dotnet - User ran
dotnet --versionagain in external terminal -> gotcommand not found: dotnet - User ran
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/from StackOverflow with 'sudo' in same external terminal - User ran
dotnet --versionin same external terminal -> Worked ✅ (no refresh, no new terminal, no new anything)
Further technical details
MacOS, zsh for both users
Metadata
Metadata
Assignees
Labels
Area-InstallArea-MacOScli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team memberRequest triage from a team member